update pipelines
This commit is contained in:
@@ -35,16 +35,11 @@ jobs:
|
|||||||
SNAPSHOT_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL }}
|
SNAPSHOT_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL }}
|
||||||
RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }}
|
RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }}
|
||||||
run: |
|
run: |
|
||||||
mvn -X -B deploy \
|
mvn -B deploy \
|
||||||
-P homelab \
|
-P homelab \
|
||||||
--settings=${{ github.workspace }}/.mvn/settings.xml
|
--settings=${{ github.workspace }}/.mvn/settings.xml
|
||||||
- name: Finish release
|
- name: Finish release
|
||||||
run: mvn gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true
|
run: mvn gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true
|
||||||
env:
|
env:
|
||||||
GITHUB_ACTOR: 3dwardch3ng
|
GITHUB_ACTOR: 3dwardch3ng
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
- uses: actions/upload-artifact@v3.1.3
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
name: Java Artifacts
|
|
||||||
path: ${{ github.workspace }}/**/target/*.*
|
|
||||||
@@ -31,11 +31,6 @@ jobs:
|
|||||||
SNAPSHOT_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL }}
|
SNAPSHOT_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL }}
|
||||||
RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }}
|
RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }}
|
||||||
run: |
|
run: |
|
||||||
mvn -X -B deploy \
|
mvn -B deploy \
|
||||||
-P homelab \
|
-P homelab \
|
||||||
--settings=${{ github.workspace }}/.mvn/settings.xml
|
--settings=${{ github.workspace }}/.mvn/settings.xml
|
||||||
- uses: actions/upload-artifact@v3.1.3
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
name: Java Artifacts
|
|
||||||
path: ${{ github.workspace }}/**/target/*.*
|
|
||||||
Reference in New Issue
Block a user