Skip to content

Commit

Permalink
vx: force push to stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Apr 26, 2022
1 parent c4775cd commit 85b6ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vx/scripts/release/steps/push_to_latest_branch.sh
Expand Up @@ -20,7 +20,7 @@ git add .
git commit -m "$1" -m "$2"

echo "Pushing to $STABLE_BRANCH"
git push https://$PUBLIC_REPO_TOKEN@github.com/$GITHUB_REPOSITORY.git $STABLE_BRANCH
git push https://$PUBLIC_REPO_TOKEN@github.com/$GITHUB_REPOSITORY.git $STABLE_BRANCH -f

echo "Deleting local latest branch ($LATEST_BRANCH)"
git branch -D $LATEST_BRANCH
Expand Down

0 comments on commit 85b6ded

Please sign in to comment.