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 976cbbe commit d617636Copy full SHA for d617636
gather_gitops.sh
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
3
set -eu -o pipefail
4
+s=declare_out_of_trap_script # Workaround for https://github.com/koalaman/shellcheck/issues/3287
5
trap 's=$?; echo >&2 "$0: Error on line "$LINENO": $BASH_COMMAND"; exit $s' ERR
6
7
LOGS_DIR="/must-gather"
0 commit comments