Skip to content

Commit

Permalink
[skip ci] test
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Jun 4, 2024
1 parent bb2dfad commit 0287d6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:

- name: Bump Cloud Security Posture Integration
# we need to run bump_integration.sh from the main branch
run: git checkout origin/main && scripts/bump_integration.sh
# run: git checkout origin/main && scripts/bump_integration.sh
run: scripts/bump_integration.sh
1 change: 1 addition & 0 deletions scripts/bump_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ checkout_integration_repo() {

# clear branch if it exists
if git ls-remote --exit-code --heads origin "$BRANCH"; then
echo "Delete $BRANCH"
git push origin --delete "$BRANCH"
git branch -D "$BRANCH" 2>/dev/null || true
fi
Expand Down

0 comments on commit 0287d6e

Please sign in to comment.