Skip to content

Commit 8e18979

Browse files
committedNov 13, 2018
Revert "Dot-less docker directory"
This reverts commit 8d850e9.
1 parent 2b619a6 commit 8e18979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.ci/travis/linux/before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set -e
1818

19-
pushd docker
19+
pushd .docker
2020

2121
source $(git rev-parse --show-toplevel)/.ci/travis/scripts/travis_envvar_helper.sh
2222

‎.ci/travis/linux/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DOCKER_QGIS_IMAGE_BUILD_PUSH=$(create_qgis_image)
2323
mkdir -p "$CCACHE_DIR"
2424

2525
if [[ $DOCKER_QGIS_IMAGE_BUILD_PUSH =~ true ]]; then
26-
DIR=$(git rev-parse --show-toplevel)/docker
26+
DIR=$(git rev-parse --show-toplevel)/.docker
2727
pushd "${DIR}"
2828
echo "${bold}Building QGIS Docker image '${DOCKER_TAG}'...${endbold}"
2929
docker build --build-arg CACHE_DIR=/root/.ccache \

0 commit comments

Comments
 (0)