Skip to content

Commit 8d850e9

Browse files
committed
Dot-less docker directory
1 parent 2094ff8 commit 8d850e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/travis/linux/before_script.sh

+1-1
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

+1-1
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)