We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c245a commit 98c31b1Copy full SHA for 98c31b1
operations/_scripts/generate/generate_buckets_identifiers.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-set -e
+set -eo pipefail
4
5
GITHUB_IDENTIFIER="$(echo $($GITHUB_ACTION_PATH/operations/_scripts/generate/generate_identifier.sh) | tr '[:upper:]' '[:lower:]' | tr '_' '-' | tr '/' '.' )"
6
0 commit comments