Skip to content

Commit

Permalink
[skip ci] test
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed May 29, 2024
1 parent 5808726 commit 59588c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/bump_cloudbeat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,17 @@ create_cloudbeat_versions_pr_for_main() {
cat <<EOF >cloudbeat_pr_body
Bump cloudbeat version - \`$NEXT_CLOUDBEAT_VERSION\`
git status
EOF

git status
pr_url="$(gh pr create --title "Bump cloudbeat version" \
--body-file cloudbeat_pr_body \
--base "main" \
--head "$NEXT_CLOUDBEAT_BRANCH" \
--label "backport-skip")"
# shellcheck disable=SC2086
echo "[Cloudbeat Version PR to main]($pr_url)" >>$GITHUB_STEP_SUMMARY
git status
rm -rf cloudbeat_pr_body
git status
}
Expand Down

0 comments on commit 59588c6

Please sign in to comment.