Skip to content

Commit 460157b

Browse files
committed
Delete download.sh
1 parent 33ddf7a commit 460157b

File tree

3 files changed

+0
-197
lines changed

3 files changed

+0
-197
lines changed

test/scripts/run/ci.sh

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ fi
2727

2828
# shellcheck source=test/scripts/utils/lib.sh
2929
source "../utils/lib.sh"
30-
# shellcheck source=test/scripts/utils/download.sh
31-
source "../utils/download.sh" # TODO: Do not source it, call it instead.
3230

3331
echo "**********************************"
3432
echo "* Version to upgrade from: $LATEST_STABLE_RELEASE"

test/scripts/utils/download.sh

-192
This file was deleted.

test/test-by-version.sh

-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ echo "**********************************"
5959
echo "* Downloading app packages"
6060
echo "**********************************"
6161

62-
# shellcheck source=test/scripts/utils/download.sh
63-
source "scripts/utils/download.sh"
64-
6562
download_app_package "$APP_VERSION" "$TEST_OS"
6663
download_e2e_executable "$APP_VERSION" "$TEST_OS"
6764

0 commit comments

Comments
 (0)