Use -batch to avoid requiring a tty

This commit is contained in:
Matt Bacchi
2020-07-27 15:28:37 -06:00
parent 52e006735b
commit d21b77b16d
+2 -2
View File
@@ -135,7 +135,7 @@ for i in ${DIST}; do
echo Running command: GNUPGHOME=$GNUPGHOME aptly publish snapshot -batch -origin="Brave Software" -label="Brave Browser" -force-overwrite=true -gpg-key="${GPG_KEY_ID}!" "${i}-snapshot" "s3:${S3_BUCKET}:"
GNUPGHOME=$GNUPGHOME aptly publish snapshot -batch -origin="Brave Software" -label="Brave Browser" -force-overwrite=true -gpg-key="${GPG_KEY_ID}!" "${i}-snapshot" "s3:${S3_BUCKET}:"
else
echo Running command: GNUPGHOME=$GNUPGHOME aptly publish snapshot -force-overwrite=true -gpg-key="${GPG_KEY_ID}!" "${i}-snapshot" "s3:${S3_BUCKET}:"
GNUPGHOME=$GNUPGHOME aptly publish snapshot -force-overwrite=true -gpg-key="${GPG_KEY_ID}!" "${i}-snapshot" "s3:${S3_BUCKET}:"
echo Running command: GNUPGHOME=$GNUPGHOME aptly publish snapshot -batch -force-overwrite=true -gpg-key="${GPG_KEY_ID}!" "${i}-snapshot" "s3:${S3_BUCKET}:"
GNUPGHOME=$GNUPGHOME aptly publish snapshot -batch -force-overwrite=true -gpg-key="${GPG_KEY_ID}!" "${i}-snapshot" "s3:${S3_BUCKET}:"
fi
done