fix permission problems while clonning

This commit is contained in:
Faruk D 2018-03-01 17:11:50 +01:00
parent 12f99dc62d
commit f396810f31
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ script:
docker exec --env BRANCH=$BRANCH ubuntu-build \
echo "Building SageCal" && \
echo "Branch --> $BRANCH" && \
cd / && \
cd ~/ && \
mkdir test && cd test && \
git clone -b $BRANCH https://github.com/nlesc-dirac/sagecal.git && \
cd sagecal && \
mkdir build && cd build && \