diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-12-17 10:43:05 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-12-17 22:02:12 +0200 |
commit | 09d105ef0f8b4b06bf248721a1209c9e16e9db75 (patch) | |
tree | cf1d06fc5fc226cfa4a405c9ebec215f71630b9e /ci/test/05_before_script.sh | |
parent | 6f2ca726ce2ec4e027d4ba48872cd7a19e438b7f (diff) |
ci: Drop travis_fold feature as Travis CI is no longer used
Diffstat (limited to 'ci/test/05_before_script.sh')
-rwxr-xr-x | ci/test/05_before_script.sh | 2 |
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 |