aboutsummaryrefslogtreecommitdiff
path: root/ci/test/04_install.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-04-22 10:24:29 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-04-27 12:27:34 -0400
commitfae49f6e424f31e93c5620d5ff893fb517ef4a8b (patch)
tree266db3078d88b7fb3ba56b019a7782293b3c28e8 /ci/test/04_install.sh
parent9e8e813df5f19ff154d9314f2d039eb6153f06c4 (diff)
downloadbitcoin-fae49f6e424f31e93c5620d5ff893fb517ef4a8b.tar.xz
ci: Add and document BASE_BUILD_DIR
Co-Authored-By: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
Diffstat (limited to 'ci/test/04_install.sh')
-rwxr-xr-xci/test/04_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/04_install.sh b/ci/test/04_install.sh
index 32eaaf15bb..b428a2e5b2 100755
--- a/ci/test/04_install.sh
+++ b/ci/test/04_install.sh
@@ -18,7 +18,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
${CI_RETRY_EXE} pip3 install $PIP_PACKAGES
fi
-mkdir -p "${BASE_SCRATCH_DIR}"
+# Create folders that are mounted into the docker
mkdir -p "${CCACHE_DIR}"
mkdir -p "${PREVIOUS_RELEASES_DIR}"