testing GHA pipelines
Some checks failed
SNAPSHOT - Build and Publish Maven Artifacts / Build Java Package and Publish (push) Has been cancelled
Some checks failed
SNAPSHOT - Build and Publish Maven Artifacts / Build Java Package and Publish (push) Has been cancelled
This commit is contained in:
@@ -34,10 +34,6 @@ 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:
|
||||||
active_profiles: |
|
|
||||||
[
|
|
||||||
"homelab"
|
|
||||||
]
|
|
||||||
profiles: >
|
profiles: >
|
||||||
[{
|
[{
|
||||||
"id": "homelab",
|
"id": "homelab",
|
||||||
@@ -67,4 +63,4 @@ jobs:
|
|||||||
}]
|
}]
|
||||||
- name: Maven Publish
|
- name: Maven Publish
|
||||||
run: |
|
run: |
|
||||||
mvn -X -B deploy -P homelab
|
mvn -B deploy -P homelab
|
||||||
Reference in New Issue
Block a user