File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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
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"
You can’t perform that action at this time.
0 commit comments