Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Feb 18, 2024
1 parent 0c14383 commit 3536cf1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,5 @@ jenkins_urls=(
)

for jenkins_url in "${jenkins_urls[@]}"; do
if [[ $jenkins_url == *"openwrt"* ]]; then
download_images "$jenkins_url" "arm64"
elif [[ $jenkins_url == *"oracle"* ]]; then
download_images "$jenkins_url" "arm64"
fi
download_images "$jenkins_url" "arm64"
done

0 comments on commit 3536cf1

Please sign in to comment.