Skip to content

Commit

Permalink
Revert "Dot-less docker directory"
Browse files Browse the repository at this point in the history
This reverts commit 8d850e9.
  • Loading branch information
elpaso committed Nov 13, 2018
1 parent 2b619a6 commit 8e18979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/travis/linux/before_script.sh
Expand Up @@ -16,7 +16,7 @@

set -e

pushd docker
pushd .docker

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

Expand Down
2 changes: 1 addition & 1 deletion .ci/travis/linux/script.sh
Expand Up @@ -23,7 +23,7 @@ DOCKER_QGIS_IMAGE_BUILD_PUSH=$(create_qgis_image)
mkdir -p "$CCACHE_DIR"

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

0 comments on commit 8e18979

Please sign in to comment.