Skip to content

Commit

Permalink
Remove set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Mar 15, 2024
1 parent 431bcc1 commit ed0e89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cherry-pick-from-branch.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -euxo pipefail
set -euo pipefail

# This script is intended to be called by the Github Action update_upstream_from_fork.yaml
# It is triggered on a push event and will cherry-pick the commits from the push
Expand Down

0 comments on commit ed0e89f

Please sign in to comment.