test release pipeline
This commit is contained in:
@@ -37,7 +37,7 @@ 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 gitflow:release-start -B -DpushRemote=true -DallowSnapshots=true \
|
mvn -X gitflow:release-start -B -DpushRemote=true -DallowSnapshots=true \
|
||||||
-P homelab \
|
-P homelab \
|
||||||
--settings=${{ github.workspace }}/.mvn/settings.xml
|
--settings=${{ github.workspace }}/.mvn/settings.xml
|
||||||
- name: Maven Publish
|
- name: Maven Publish
|
||||||
@@ -59,10 +59,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 gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true \
|
mvn -X gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true \
|
||||||
-P homelab \
|
-P homelab \
|
||||||
--settings=${{ github.workspace }}/.mvn/settings.xml
|
--settings=${{ github.workspace }}/.mvn/settings.xml
|
||||||
build-docker:
|
build-docker:
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@@ -127,6 +128,7 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
merge-docker:
|
merge-docker:
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- build-docker
|
- build-docker
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>sydney.cheng</groupId>
|
<groupId>sydney.cheng</groupId>
|
||||||
<artifactId>ec-super-pom</artifactId>
|
<artifactId>ec-super-pom</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.0.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>ec-config-server</artifactId>
|
<artifactId>ec-config-server</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user