Skip to content

Commit

Permalink
updated md.sh file (#951)
Browse files Browse the repository at this point in the history
updated md.sh file
  • Loading branch information
kannankvs authored Mar 2, 2022
1 parent 505135e commit 2d6ea89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions supported_devices_platforms_md.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
!/usr/bin/env bash
git checkout -b sonic_image_md_update
git config --global user.email "[email protected]"
git config --global user.name "xinliu-seattle"
git reset --hard
git pull origin sonic_image_md_update


#set -euo pipefail
Expand Down Expand Up @@ -178,5 +181,5 @@ echo "| 106 | Wnc | OSW1800 | Barefoot | Tofino
done

git add supported_devices_platforms.md
git commit -m "latest links for sonic images in dedicated branch sonic_latest_images_links"
git push
git commit -m "latest links for sonic images in supported platform md file"
git push -f --set-upstream origin sonic_image_md_update
Binary file added supported_devices_platforms_md.sh - Shortcut.lnk
Binary file not shown.

0 comments on commit 2d6ea89

Please sign in to comment.