Skip to content

Commit

Permalink
[skip ci] log bash commands before executing them
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed May 28, 2024
1 parent 38f09e9 commit 955f467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/bump_cloudbeat.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -xeuo pipefail

# versions
CURRENT_MINOR_VERSION=$(echo "$CURRENT_CLOUDBEAT_VERSION" | cut -d '.' -f1,2)
Expand Down
2 changes: 1 addition & 1 deletion scripts/bump_integration.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -xeuo pipefail

export MANIFEST_PATH="packages/cloud_security_posture/manifest.yml"
export CHANGELOG_PATH="packages/cloud_security_posture/changelog.yml"
Expand Down

0 comments on commit 955f467

Please sign in to comment.