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:
Harsh Shandilya 2020-10-09 17:06:04 +05:30
parent 0d3cdb8fde
commit 573261a693
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -ex
set -e
ENCRYPT_KEY=$1