We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c14383 commit 3536cf1Copy full SHA for 3536cf1
run.sh
@@ -44,9 +44,5 @@ jenkins_urls=(
44
)
45
46
for jenkins_url in "${jenkins_urls[@]}"; do
47
- if [[ $jenkins_url == *"openwrt"* ]]; then
48
- download_images "$jenkins_url" "arm64"
49
- elif [[ $jenkins_url == *"oracle"* ]]; then
50
51
- fi
+ download_images "$jenkins_url" "arm64"
52
done
0 commit comments