Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Oct 16, 2019
1 parent f160140 commit 6b28aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis/docker_image/script.sh
Expand Up @@ -18,7 +18,7 @@
set -e

# test if ccache dir exists (coming from Travis cache)
[[ -d ${{CCACHE_DIR}}]] && echo "cache directory (${CCACHE_DIR}) exists" || mkdir -p "${CCACHE_DIR}"
[[ -d ${CCACHE_DIR} ]] && echo "cache directory (${CCACHE_DIR}) exists" || mkdir -p "${CCACHE_DIR}"

# copy ccache dir within QGIS source so it can be accessed from docker
cp -r ${CCACHE_DIR} ${TRAVIS_BUILD_DIR}/.ccache_image_build
Expand Down

0 comments on commit 6b28aa8

Please sign in to comment.