Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 573261a

Browse files
committed
release/signing-setup: don't set -x
This causes the secret to be printed to stdout which is undesirable, even with CI redacting it Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 0d3cdb8 commit 573261a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/signing-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -ex
2+
set -e
33

44
ENCRYPT_KEY=$1
55

0 commit comments

Comments
 (0)