Fix #3633: hide AMOKEYS from logs

This commit is contained in:
Oliver Blanthorn 2026-07-24 22:57:46 +02:00
parent 6d858e3389
commit 77d3635c9b
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -4,7 +4,7 @@ set -e
sign_and_submit() {
# Don't trust the return value of web-ext sign.
(source AMOKEYS && (yarn run web-ext sign -s build --api-key "$AMOKEY" --api-secret "$AMOSECRET" "$@" || true))
(set +x; source AMOKEYS && (yarn run web-ext sign -s build --api-key "$AMOKEY" --api-secret "$AMOSECRET" "$@" || true))
}
publish_beta_nonewtab() {