Skip to content

Commit

Permalink
fix path ignore in .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 6, 2019
1 parent a4246d1 commit 2c7ec99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis/linux/docker-build-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ popd > /dev/null # /root/QGIS
##############################
# Run Python Tests on QGIS app
##############################
pushd /root/QGIS/.docker/qgis_resources/test_runner
pushd /root/qgis_test_runner
# Passing cases:
[[ $(qgis_testrunner.sh test_testrunner.run_passing) -eq '0' ]] || exit 1
[[ $(qgis_testrunner.sh test_testrunner.run_skipped_and_passing) -eq '0' ]] || exit 1
Expand Down
1 change: 1 addition & 0 deletions .docker/docker-compose.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
volumes:
- ${TRAVIS_BUILD_DIR}:/root/QGIS
- ${CCACHE_DIR}:/root/.ccache # if changed, also change env var
- ${TRAVIS_BUILD_DIR}/.docker/qgis_resources/test_runner:/root/qgis_test_runner
links:
- postgres
- mssql
Expand Down

0 comments on commit 2c7ec99

Please sign in to comment.