We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d225a7 commit 6abbb8dCopy full SHA for 6abbb8d
2 files changed
modules/deploy/create.sh.tpl
@@ -6,6 +6,7 @@ CREATE_AFTER_PERSIST=$1
6
# Add ~/bin to PATH for age and aws
7
export PATH="$HOME/bin:$PATH"
8
9
+# shellcheck disable=SC2329
10
cleanup() {
11
echo "Script interrupted. Cleaning up..."
12
if [ "$SECRETS_DECRYPTED" = "1" ] && [ -n "$DECRYPTED_SECRETS" ] && [ -f "$DECRYPTED_SECRETS" ]; then
modules/deploy/destroy.sh.tpl
@@ -4,6 +4,7 @@ DIR=$(pwd)
4
5
export PATH="$${HOME}/bin:$PATH"
0 commit comments