-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated md.sh file
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 not shown.