testing GHA pipelines

This commit is contained in:
2024-09-09 20:18:36 +10:00
parent 9fc335b81a
commit a0da8f1093

View File

@@ -34,7 +34,7 @@ jobs:
- name: maven-settings-xml-action - name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v22 uses: whelk-io/maven-settings-xml-action@v22
with: with:
profiles: > profiles: |
[{ [{
"id": "homelab", "id": "homelab",
"properties": { "properties": {
@@ -42,7 +42,7 @@ jobs:
"altReleaseDeploymentRepository": "nexus-release::${env.RELEASE_DEPLOYMENT_REPOSITORY_URL}" "altReleaseDeploymentRepository": "nexus-release::${env.RELEASE_DEPLOYMENT_REPOSITORY_URL}"
} }
}] }]
repositories: > repositories: |
[{ [{
"id": "maven-public", "id": "maven-public",
"url": "${env.MAVEN_PUBLIC_REPOSITORY_URL}", "url": "${env.MAVEN_PUBLIC_REPOSITORY_URL}",
@@ -50,7 +50,7 @@ jobs:
"enabled": "true" "enabled": "true"
} }
}] }]
servers: > servers: |
[{ [{
"id": "nexus-snapshot", "id": "nexus-snapshot",
"username": "${env.NEXUS_USERNAME}", "username": "${env.NEXUS_USERNAME}",