test for cibuild
This commit is contained in:
parent
2ec2eda971
commit
b8fdaad7f2
1 changed files with 3 additions and 0 deletions
|
@ -6,7 +6,10 @@ ARG branch="master"
|
||||||
|
|
||||||
ENV branch=$branch
|
ENV branch=$branch
|
||||||
|
|
||||||
|
#COPY / /app/Varken
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
echo $PWD && ls && \
|
||||||
git clone --single-branch -b $branch https://github.com/Boerderij/Varken.git /app && \
|
git clone --single-branch -b $branch https://github.com/Boerderij/Varken.git /app && \
|
||||||
python3 -m pip install -r /app/requirements.txt && \
|
python3 -m pip install -r /app/requirements.txt && \
|
||||||
chown -R abc:abc \
|
chown -R abc:abc \
|
||||||
|
|
Loading…
Reference in a new issue