Skip to content

Commit

Permalink
travis_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 29, 2019
1 parent 48b3d79 commit e6d46d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/travis/docker_image/script.sh
Expand Up @@ -25,7 +25,7 @@ cp -r ${CCACHE_DIR} ${TRAVIS_BUILD_DIR}/.ccache_image_build
DIR=$(git rev-parse --show-toplevel)/.docker
pushd "${DIR}"
echo "${bold}Building QGIS Docker image '${DOCKER_TAG}'...${endbold}"
travis_wait 150 docker build --build-arg DOCKER_TAG="${DOCKER_TAG}" \
docker build --build-arg DOCKER_TAG="${DOCKER_TAG}" \
--cache-from "qgis/qgis:${DOCKER_TAG}" \
-t "qgis/qgis:${DOCKER_TAG}" \
-f qgis.dockerfile ..
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -169,4 +169,4 @@ before_script:
- ./.ci/travis/${TRAVIS_CONFIG}/before_script.sh

script:
- ./.ci/travis/${TRAVIS_CONFIG}/script.sh
- travis_wait 150 ./.ci/travis/${TRAVIS_CONFIG}/script.sh

0 comments on commit e6d46d5

Please sign in to comment.