Skip to content

Commit

Permalink
Update ci-authoring-pipeline.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tedhudek committed Sep 12, 2024
1 parent 354c82c commit 34c1d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci-authoring-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
git checkout main
git merge gh-public/staging --no-ff --no-commit
if [ $? -eq 0 ]; then
git commit -m "Merged staging into main"
git push gh-public main:staging
git push origin main:main
git checkout release-amethyst
Expand Down

0 comments on commit 34c1d6a

Please sign in to comment.