aboutsummaryrefslogtreecommitdiff
path: root/ci/test/05_before_script.sh
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-12-17 10:43:05 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-12-17 22:02:12 +0200
commit09d105ef0f8b4b06bf248721a1209c9e16e9db75 (patch)
treecf1d06fc5fc226cfa4a405c9ebec215f71630b9e /ci/test/05_before_script.sh
parent6f2ca726ce2ec4e027d4ba48872cd7a19e438b7f (diff)
downloadbitcoin-09d105ef0f8b4b06bf248721a1209c9e16e9db75.tar.xz
ci: Drop travis_fold feature as Travis CI is no longer used
Diffstat (limited to 'ci/test/05_before_script.sh')
-rwxr-xr-xci/test/05_before_script.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/test/05_before_script.sh b/ci/test/05_before_script.sh
index d7dd5d9dec..4644f28a4e 100755
--- a/ci/test/05_before_script.sh
+++ b/ci/test/05_before_script.sh
@@ -47,7 +47,5 @@ if [ -z "$NO_DEPENDS" ]; then
DOCKER_EXEC $SHELL_OPTS make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS
fi
if [ -n "$PREVIOUS_RELEASES_TO_DOWNLOAD" ]; then
- BEGIN_FOLD previous-versions
DOCKER_EXEC test/get_previous_releases.py -b -t "$PREVIOUS_RELEASES_DIR" "${PREVIOUS_RELEASES_TO_DOWNLOAD}"
- END_FOLD
fi