mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-22 14:48:40 -04:00
Rename NOBINTRAY to something more sensible
This commit is contained in:
parent
b7e8ec8ff8
commit
0e06b4e8e2
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ if [ -z $VERSION ]; then
|
|||
fi
|
||||
|
||||
# Make sure we have a bintray API key
|
||||
if [ -z $BINTRAY_API_KEY ] && [ ! -z $NOBINTRAY ]; then
|
||||
if [ -z $BINTRAY_API_KEY ] && [ ! -z $BINTRAY ]; then
|
||||
echo "Please set your bintray API key in the BINTRAY_API_KEY env var."
|
||||
exit 1
|
||||
fi
|
||||
|
|
@ -53,7 +53,7 @@ if [ -z $NOSIGN ]; then
|
|||
fi
|
||||
|
||||
# Upload
|
||||
if [ ! -z $NOBINTRAY ]; then
|
||||
if [ ! -z $BINTRAY ]; then
|
||||
for ARCHIVE in ./pkg/dist/*; do
|
||||
ARCHIVE_NAME=$(basename ${ARCHIVE})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue