Skip to content

Commit 9125573

Browse files
committed
ci: point Nexus diagnostics at actual labs64.io-* repos
1 parent 116b210 commit 9125573

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/labs64io-nexus-diagnostics.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Authenticated GET on repo roots
3131
run: |
32-
for r in maven-releases maven-snapshots maven-public; do
32+
for r in labs64.io-releases labs64.io-snapshots labs64.io-group; do
3333
code=$(curl -s -o /dev/null -w "%{http_code}" -u "$NEXUS_USER:$NEXUS_PASS" \
3434
"https://nexus.labs64.com/repository/$r/")
3535
echo "repository/$r/ -> HTTP $code"
@@ -70,7 +70,7 @@ jobs:
7070
-DgroupId=io.labs64.citest -DartifactId=nexus-diagnostics \
7171
-Dversion=0.0.1-SNAPSHOT -Dpackaging=txt -Dfile=diag.txt \
7272
-DrepositoryId=labs64-nexus-snapshots \
73-
-Durl=https://nexus.labs64.com/repository/maven-snapshots/ \
73+
-Durl=https://nexus.labs64.com/repository/labs64.io-snapshots/ \
7474
&& echo "SNAPSHOT DEPLOY: OK" || echo "SNAPSHOT DEPLOY: FAILED"
7575
7676
- name: Test deploy to maven-releases
@@ -80,5 +80,5 @@ jobs:
8080
-DgroupId=io.labs64.citest -DartifactId=nexus-diagnostics \
8181
-Dversion=${{ github.run_number }}.0.0 -Dpackaging=txt -Dfile=diag.txt \
8282
-DrepositoryId=labs64-nexus \
83-
-Durl=https://nexus.labs64.com/repository/maven-releases/ \
83+
-Durl=https://nexus.labs64.com/repository/labs64.io-releases/ \
8484
&& echo "RELEASE DEPLOY: OK" || echo "RELEASE DEPLOY: FAILED"

0 commit comments

Comments
 (0)