mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
fix docker variables in Travis
This commit is contained in:
parent
88191dc341
commit
f4f3d0003a
@ -23,7 +23,7 @@ source $(git rev-parse --show-toplevel)/.ci/travis/scripts/travis_envvar_helper.
|
||||
DOCKER_DEPS_PUSH=$( [[ $TRAVIS_REPO_SLUG =~ qgis/QGIS ]] && [[ $TRAVIS_EVENT_TYPE =~ push ]] && echo "true" || echo "false" )
|
||||
DOCKER_DEPS_IMAGE_REBUILD=$( [[ $TRAVIS_COMMIT_MESSAGE =~ '[docker] update dependencies' ]] && echo "true" || echo "false" )
|
||||
# on cron job, QGIS image is built and push without testing
|
||||
DOCKER_QGIS_IMAGE_BUILD_PUSH=create_qgis_image
|
||||
DOCKER_QGIS_IMAGE_BUILD_PUSH=$(create_qgis_image)
|
||||
QGIS_LAST_BUILD_SUCCESS=true # TODO use API to know if last build succeed https://developer.travis-ci.com/resource/builds
|
||||
|
||||
|
||||
|
@ -17,7 +17,7 @@ set -e
|
||||
|
||||
source $(git rev-parse --show-toplevel)/.ci/travis/scripts/travis_envvar_helper.sh
|
||||
|
||||
DOCKER_QGIS_IMAGE_BUILD_PUSH=create_qgis_image
|
||||
DOCKER_QGIS_IMAGE_BUILD_PUSH=$(create_qgis_image)
|
||||
|
||||
mkdir -p $CCACHE_DIR
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user