Skip to content

Commit d0d918f

Browse files
committedMar 9, 2019
the ultimate docker experience
1 parent 829a614 commit d0d918f

File tree

2 files changed

+1
-88
lines changed

2 files changed

+1
-88
lines changed
 

‎.ci/travis/linux/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo "travis_fold:end:docker_build_qgis"
3333
# running QGIS tests in commited image
3434
echo "travis_fold:start:docker_test_qgis"
3535
echo "${bold}Docker run tests${endbold}"
36-
#docker-compose -f ${TRAVIS_BUILD_DIR}/.ci/travis/linux/docker-compose.travis.yml run qgis-deps /root/QGIS/.ci/travis/linux/scripts/docker-qgis-test.sh
36+
docker-compose -f ${TRAVIS_BUILD_DIR}/.ci/travis/linux/docker-compose.travis.yml run qgis-deps /root/QGIS/.ci/travis/linux/scripts/docker-qgis-test.sh
3737
echo "travis_fold:end:docker_test_qgis"
3838

3939
# running tests for the python test runner

‎docker.sh

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.