Skip to content

Commit

Permalink
fixes pushing to existing branches in gitlab (DOI-USGS#5551)
Browse files Browse the repository at this point in the history
  • Loading branch information
amystamile-usgs authored Jul 17, 2024
1 parent da051d3 commit 256aaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab-codebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
git checkout -b PR_$PR_NUMBER
echo -e "\nenv: \n shell: bash \n variables: \n PR_NUMBER: $PR_NUMBER \n MERGE_BRANCH: $GITHUB_BASE_REF" >> buildspec.yml
git commit -a -m "$PR_NUMBER"
git push origin PR_$PR_NUMBER
git push origin PR_$PR_NUMBER --force

0 comments on commit 256aaa5

Please sign in to comment.