Skip to content

Commit e34d61f

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 6945eb5 + ce9c1c9 commit e34d61f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/run-pipeline.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ fi
384384

385385
check_maven_artifacts_exist() {
386386
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/"
387+
388+
local ARTIFACT_URL="https://repo1.maven.org/maven2/tech/beshu/ror/audit_3/$CURRENT_VERSION/"
389389
echo ">>> Checking if Maven artifacts already exist at: $ARTIFACT_URL"
390390

391391
local MVN_STATUS=$(curl -L --write-out '%{http_code}' --silent --output /dev/null "$ARTIFACT_URL" || echo "000")

0 commit comments

Comments
 (0)