[postgis-tickets] r16849 - Don't rely on +x for Travis run_tests.sh
Daniel Baston
dbaston at gmail.com
Fri Sep 28 07:33:13 PDT 2018
Author: dbaston
Date: 2018-09-28 07:33:13 -0700 (Fri, 28 Sep 2018)
New Revision: 16849
Modified:
trunk/.travis.yml
Log:
Don't rely on +x for Travis run_tests.sh
Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml 2018-09-28 14:13:34 UTC (rev 16848)
+++ trunk/.travis.yml 2018-09-28 14:33:13 UTC (rev 16849)
@@ -19,7 +19,7 @@
script:
- echo "FROM postgis/postgis-build-env:${tag}" > Dockerfile
- echo "ADD --chown=postgres:postgres . /src/postgis" >> Dockerfile
- - echo "CMD ci/travis/run_tests.sh && bash .github/codecov.bash" >> Dockerfile
+ - echo "CMD bash ci/travis/run_tests.sh && bash .github/codecov.bash" >> Dockerfile
- docker build -t pgtest .
- ci_env=`bash .github/codecov_env.bash`
- docker run $ci_env --name pgtest-${TRAVIS_BUILD_NUMBER} pgtest
More information about the postgis-tickets
mailing list