ci: Replace TRAVIS_OS_NAME with CI_OS_NAME

Also enable free disk space check unconditionally
This commit is contained in:
MarcoFalke
2020-11-08 11:28:24 +01:00
parent fafce1a13a
commit fa0795f54d
3 changed files with 6 additions and 5 deletions

View File

@@ -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