We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed59d5 commit c78a4c7Copy full SHA for c78a4c7
nifi/upload_new_nifi_version.sh
@@ -58,8 +58,6 @@ if ! (gpg --verify "$src_file.asc" "$src_file" 2> /dev/null); then
58
exit 1
59
fi
60
61
-exit 0
62
-
63
echo "Uploading everything to Nexus"
64
EXIT_STATUS=0
65
curl --fail -u "$NEXUS_USER:$NEXUS_PASSWORD" --upload-file "${src_file}" 'https://repo.stackable.tech/repository/packages/nifi/' || EXIT_STATUS=$?
0 commit comments