We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6945eb5 + ce9c1c9 commit e34d61fCopy full SHA for e34d61f
ci/run-pipeline.sh
@@ -384,8 +384,8 @@ fi
384
385
check_maven_artifacts_exist() {
386
local CURRENT_VERSION="$1"
387
-
388
- local ARTIFACT_URL="https://oss.sonatype.org/service/local/repositories/releases/content/tech/beshu/ror/audit_3/$CURRENT_VERSION/"
+
+ local ARTIFACT_URL="https://repo1.maven.org/maven2/tech/beshu/ror/audit_3/$CURRENT_VERSION/"
389
echo ">>> Checking if Maven artifacts already exist at: $ARTIFACT_URL"
390
391
local MVN_STATUS=$(curl -L --write-out '%{http_code}' --silent --output /dev/null "$ARTIFACT_URL" || echo "000")
0 commit comments