Skip to content

Commit cda9fde

Browse files
committed
iterate over all networks
1 parent b2b3a47 commit cda9fde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildkite/scripts/release/manager.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,6 +1279,7 @@ function verify(){
12791279

12801280
;;
12811281
mina-archive)
1282+
for network in "${__networks_arr[@]}"; do
12821283
local __artifact_full_name
12831284
__artifact_full_name=$(get_artifact_with_suffix $artifact $network)
12841285

@@ -1314,6 +1315,7 @@ function verify(){
13141315

13151316
echo ""
13161317
fi
1318+
done
13171319
;;
13181320
mina-rosetta)
13191321
for network in "${__networks_arr[@]}"; do

0 commit comments

Comments
 (0)