Fix the upgrade SONiC package version PR title (#7000)

[ci] Make the title of the PR to upgrade SONiC package versions better
This commit is contained in:
xumia 2021-03-12 00:50:29 +08:00 committed by GitHub
parent 070b020bc3
commit 75e3f3a74f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ stages:
git config user.name $GIT_USER
git config credential.https://github.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