We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2094ff8 commit 8d850e9Copy full SHA for 8d850e9
.ci/travis/linux/before_script.sh
@@ -16,7 +16,7 @@
16
17
set -e
18
19
-pushd .docker
+pushd docker
20
21
source $(git rev-parse --show-toplevel)/.ci/travis/scripts/travis_envvar_helper.sh
22
.ci/travis/linux/script.sh
@@ -23,7 +23,7 @@ DOCKER_QGIS_IMAGE_BUILD_PUSH=$(create_qgis_image)
23
mkdir -p "$CCACHE_DIR"
24
25
if [[ $DOCKER_QGIS_IMAGE_BUILD_PUSH =~ true ]]; then
26
- DIR=$(git rev-parse --show-toplevel)/.docker
+ DIR=$(git rev-parse --show-toplevel)/docker
27
pushd "${DIR}"
28
echo "${bold}Building QGIS Docker image '${DOCKER_TAG}'...${endbold}"
29
docker build --build-arg CACHE_DIR=/root/.ccache \
0 commit comments