We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ddd1f commit 55b95a6Copy full SHA for 55b95a6
.bintray-decapitate.sh
@@ -27,7 +27,7 @@ DEBS="dvdcli-latest-$X86_64.deb"
27
FILES="$TGZS $RPMS $DEBS"
28
29
bintray_delete_latest() {
30
- curl -vvf -u$BINTRAY_USER:$BINTRAY_APIKEY -X DELETE $1/$2 || true
+ curl -f -u$BINTRAY_USER:$BINTRAY_KEY -X DELETE $1/$2 || true
31
echo
32
}
33
0 commit comments