Navigation Menu

Skip to content

Commit

Permalink
use travis_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 29, 2019
1 parent a871e90 commit 48b3d79
Showing 1 changed file with 1 addition and 1 deletion.
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}"
docker build --build-arg DOCKER_TAG="${DOCKER_TAG}" \
travis_wait 150 docker build --build-arg DOCKER_TAG="${DOCKER_TAG}" \
--cache-from "qgis/qgis:${DOCKER_TAG}" \
-t "qgis/qgis:${DOCKER_TAG}" \
-f qgis.dockerfile ..
Expand Down

0 comments on commit 48b3d79

Please sign in to comment.