Skip to content

Commit 2c7ec99

Browse files
committed
fix path ignore in .dockerignore
1 parent a4246d1 commit 2c7ec99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/travis/linux/docker-build-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ popd > /dev/null # /root/QGIS
170170
##############################
171171
# Run Python Tests on QGIS app
172172
##############################
173-
pushd /root/QGIS/.docker/qgis_resources/test_runner
173+
pushd /root/qgis_test_runner
174174
# Passing cases:
175175
[[ $(qgis_testrunner.sh test_testrunner.run_passing) -eq '0' ]] || exit 1
176176
[[ $(qgis_testrunner.sh test_testrunner.run_skipped_and_passing) -eq '0' ]] || exit 1

.docker/docker-compose.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ services:
1717
volumes:
1818
- ${TRAVIS_BUILD_DIR}:/root/QGIS
1919
- ${CCACHE_DIR}:/root/.ccache # if changed, also change env var
20+
- ${TRAVIS_BUILD_DIR}/.docker/qgis_resources/test_runner:/root/qgis_test_runner
2021
links:
2122
- postgres
2223
- mssql

0 commit comments

Comments
 (0)