File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ source $(git rev-parse --show-toplevel)/.ci/travis/scripts/travis_envvar_helper.
23
23
DOCKER_DEPS_PUSH=$( [[ $TRAVIS_REPO_SLUG =~ qgis/QGIS ]] && [[ $TRAVIS_EVENT_TYPE =~ push ]] && echo " true" || echo " false" )
24
24
DOCKER_DEPS_IMAGE_REBUILD=$( [[ $TRAVIS_COMMIT_MESSAGE =~ ' [docker] update dependencies' ]] && echo " true" || echo " false" )
25
25
# on cron job, QGIS image is built and push without testing
26
- DOCKER_QGIS_IMAGE_BUILD_PUSH=create_qgis_image
26
+ DOCKER_QGIS_IMAGE_BUILD_PUSH=$( create_qgis_image)
27
27
QGIS_LAST_BUILD_SUCCESS=true # TODO use API to know if last build succeed https://developer.travis-ci.com/resource/builds
28
28
29
29
Original file line number Diff line number Diff line change 17
17
18
18
source $( git rev-parse --show-toplevel) /.ci/travis/scripts/travis_envvar_helper.sh
19
19
20
- DOCKER_QGIS_IMAGE_BUILD_PUSH=create_qgis_image
20
+ DOCKER_QGIS_IMAGE_BUILD_PUSH=$( create_qgis_image)
21
21
22
22
mkdir -p $CCACHE_DIR
23
23
You can’t perform that action at this time.
0 commit comments