We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da091ca commit e29aebeCopy full SHA for e29aebe
.azure-pipelines/azure-pipelines-UpgrateVersion.yml
@@ -82,7 +82,7 @@ stages:
82
git config user.name $GIT_USER
83
git config credential.https://g.yxqyang.asia.username $GIT_USER
84
git add files/build/versions
85
- git commit -m "Update SONiC version files"
+ git commit -m "[ci/build]: Upgrade SONiC package versions"
86
git checkout -b $BRANCH_NAME
87
git remote add remote https://github.com/$GIT_USER/$GIT_REPO
88
git push remote HEAD:refs/heads/$BRANCH_NAME -f
0 commit comments