mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
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:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -e
|
||||||
|
|
||||||
ENCRYPT_KEY=$1
|
ENCRYPT_KEY=$1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user