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
|
||||
uses: whelk-io/maven-settings-xml-action@v22
|
||||
with:
|
||||
active_profiles: |
|
||||
[
|
||||
"homelab"
|
||||
]
|
||||
profiles: >
|
||||
[{
|
||||
"id": "homelab",
|
||||
@@ -67,4 +63,4 @@ jobs:
|
||||
}]
|
||||
- name: Maven Publish
|
||||
run: |
|
||||
mvn -X -B deploy -P homelab
|
||||
mvn -B deploy -P homelab
|
||||
Reference in New Issue
Block a user