diff options
author | Brian Liotti <bliotti@protonmail.com> | 2020-07-04 01:22:58 -0400 |
---|---|---|
committer | Brian Liotti <bliotti@protonmail.com> | 2020-07-05 04:05:02 -0400 |
commit | 9c34aff39309b8adc99d347e07b6ddb5366498e9 (patch) | |
tree | e3aefc0081aae1c0c1881c1cc20069359b3b10f1 /ci/test | |
parent | e1e5960e10a9329d9f55a3967d546ffbdd896030 (diff) |
Remove previous_release.sh
Diffstat (limited to 'ci/test')
-rwxr-xr-x | ci/test/05_before_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/05_before_script.sh b/ci/test/05_before_script.sh index 057395eba6..131ea21677 100755 --- a/ci/test/05_before_script.sh +++ b/ci/test/05_before_script.sh @@ -48,6 +48,6 @@ if [ -z "$NO_DEPENDS" ]; then fi if [ -n "$PREVIOUS_RELEASES_TO_DOWNLOAD" ]; then BEGIN_FOLD previous-versions - DOCKER_EXEC contrib/devtools/previous_release.sh -b -t "$PREVIOUS_RELEASES_DIR" "${PREVIOUS_RELEASES_TO_DOWNLOAD}" + DOCKER_EXEC contrib/devtools/previous_release.py -b -t "$PREVIOUS_RELEASES_DIR" "${PREVIOUS_RELEASES_TO_DOWNLOAD}" END_FOLD fi |