Skip to content

Commit

Permalink
yop
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 7, 2019
1 parent ff6aa91 commit 6304cf5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .ci/travis/linux/script.sh
Expand Up @@ -20,12 +20,12 @@ set -e
docker run -t --name qgis_container \
-v ${TRAVIS_BUILD_DIR}:/root/QGIS \
-v ${CCACHE_DIR}:/root/.ccache qgis/qgis3-build-deps:${DOCKER_TAG} \
-e TRAVIS_UPLOAD_TIME=${TRAVIS_UPLOAD_TIME} \
-e TRAVIS_BRANCH=${TRAVIS_BRANCH} \
-e TRAVIS_OS_NAME=${TRAVIS_OS_NAME} \
-e TRAVIS_CONFIG=${TRAVIS_CONFIG} \
-e TRAVIS=${TRAVIS} \
-e QGIS_NO_OVERRIDE_IMPORT=1 \
-e "TRAVIS_UPLOAD_TIME=${TRAVIS_UPLOAD_TIME}" \
-e "TRAVIS_BRANCH=${TRAVIS_BRANCH}" \
-e "TRAVIS_OS_NAME=${TRAVIS_OS_NAME}" \
-e "TRAVIS_CONFIG=${TRAVIS_CONFIG}" \
-e "TRAVIS=${TRAVIS}" \
-e "QGIS_NO_OVERRIDE_IMPORT=1" \
/root/QGIS/.ci/travis/linux/scripts/docker-qgis-build.sh

# commit container
Expand Down

0 comments on commit 6304cf5

Please sign in to comment.