-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[APPS-2991] Releasing Alfresco SDK 4.9.0 (#683)
Co-authored-by: Sathish Kumar <[email protected]>
- Loading branch information
1 parent
7dce05b
commit db15d43
Showing
2 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ env: | |
MAVEN_PASSWORD: ${{ secrets.NEXUS_PASSWORD }} | ||
MAVEN_CENTRAL_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }} | ||
MAVEN_CENTRAL_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }} | ||
MAVEN_CLI_OPTS: "-B -q -e -fae -V -DinstallAtEnd=true -U" | ||
|
||
jobs: | ||
pre_commit: | ||
|
@@ -50,6 +49,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: [pre_commit] | ||
if: "!contains(github.event.head_commit.message, '[skip tests]')" | ||
env: | ||
MAVEN_CLI_OPTS: > | ||
-B -q -e -fae -V -DinstallAtEnd=true -U | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
|
@@ -156,12 +158,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: [tests] | ||
if: > | ||
!(failure() || cancelled()) && | ||
github.event_name != 'pull_request' | ||
contains(github.event.head_commit.message, '[publish]') | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
- name: "Build" | ||
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V | ||
- name: "Publish" | ||
run: mvn $MAVEN_CLI_OPTS deploy -DskipTests | ||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||
run: mvn deploy $MAVEN_CLI_OPTS -DskipTests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters