aboutsummaryrefslogtreecommitdiff
path: root/ci/test/05_before_script.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-11-08 11:28:24 +0100
committerMarcoFalke <falke.marco@gmail.com>2020-11-09 10:15:48 +0100
commitfa0795f54dc5268bacc6acdfdbe23f9952a0e7d8 (patch)
tree56d37a64d138ef108768b7d8e9ac0545834a800c /ci/test/05_before_script.sh
parentfafce1a13a65cc3ae0cd5351648bb0290f9bfe8c (diff)
downloadbitcoin-fa0795f54dc5268bacc6acdfdbe23f9952a0e7d8.tar.xz
ci: Replace TRAVIS_OS_NAME with CI_OS_NAME
Also enable free disk space check unconditionally
Diffstat (limited to 'ci/test/05_before_script.sh')
-rwxr-xr-xci/test/05_before_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/05_before_script.sh b/ci/test/05_before_script.sh
index 8ce839fc04..42c244c2f5 100755
--- a/ci/test/05_before_script.sh
+++ b/ci/test/05_before_script.sh
@@ -7,7 +7,7 @@
export LC_ALL=C.UTF-8
# Make sure default datadir does not exist and is never read by creating a dummy file
-if [ "$TRAVIS_OS_NAME" == "osx" ]; then
+if [ "$CI_OS_NAME" == "macos" ]; then
echo > $HOME/Library/Application\ Support/Bitcoin
else
DOCKER_EXEC echo \> \$HOME/.bitcoin