Remove questions from aptly.sh - they interrupted automated scripts

pull/749/head
Scott Nonnenberg 7 years ago
parent 476fe13e89
commit f9c4342fc2
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -13,22 +13,6 @@ SNAPSHOT=signal-desktop_v$VERSION
GPG_KEYID=57F6FB06
aptly repo add $REPO $DEB_PATH/$REPO\_$VERSION\_*.deb
while true; do
read -p "Create snapshot?" yn
case $yn in
[Yy]* ) break;;
[Nn]* ) exit;;
* ) echo "Please answer yes or no.";
esac
done
aptly snapshot create $SNAPSHOT from repo $REPO
while true; do
read -p "Deploy snapshot?" yn
case $yn in
[Yy]* ) break;;
[Nn]* ) exit;;
* ) echo "Please answer yes or no.";
esac
done
aptly publish switch -gpg-key=$GPG_KEYID $DISTRO $SNAPSHOT
aptly publish switch -gpg-key=$GPG_KEYID -config=.aptly.conf $DISTRO s3:$ENDPOINT: $SNAPSHOT

Loading…
Cancel
Save