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 <me@msfjarvis.dev>
This commit is contained in:
parent
0d3cdb8fde
commit
573261a693
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
set -e
|
||||
|
||||
ENCRYPT_KEY=$1
|
||||
|
||||
|
|
Loading…
Reference in a new issue