We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2b619a6 commit 8e18979Copy full SHA for 8e18979
.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