Skip to content

Commit

Permalink
Update for SONiC latest build image link (#1436)
Browse files Browse the repository at this point in the history
Updated the build image html file on SONiC build images for latest release version.
  • Loading branch information
kannankvs authored Aug 2, 2023
1 parent 3fbe9cc commit c4e61ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_sonic_image_links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DEFID_NPH="$(curl -s 'https://dev.azure.com/mssonic/build/_apis/build/definition

echo '{' > sonic_image_links.json
first=1
for BRANCH in master 202111 202106 202012 201911 201811
for BRANCH in master 202305 202211 202205 202111 202106
do
if [ -z "${first}" ]; then
echo ',' >> sonic_image_links.json
Expand Down

0 comments on commit c4e61ac

Please sign in to comment.