Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8e74e7b

Browse files
committedMar 5, 2019
fix script path
1 parent e597803 commit 8e74e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.ci/travis/linux/before_script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616

1717
set -e
1818

19-
pushd .docker
20-
2119
DOCKER_DEPS_PUSH=$( [[ $TRAVIS_REPO_SLUG =~ qgis/QGIS ]] && [[ "${TRAVIS_EVENT_TYPE}" != "pull_request" ]] && echo "true" || echo "false" )
2220

2321
.ci/travis/scripts/echo_travis_var.sh
2422

23+
pushd .docker
24+
2525
echo "travis_fold:start:docker_build"
2626
echo "${bold}Docker build deps${endbold}"
2727
docker --version

0 commit comments

Comments
 (0)
Please sign in to comment.