mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2026-09-16 18:12:54 +00:00
[ACS-12734] Please [release] 5.4.5-A.1 [skip tests] (#1364)
This commit is contained in:
@@ -106,7 +106,9 @@ jobs:
|
|||||||
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
|
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
|
||||||
sudo service docker restart
|
sudo service docker restart
|
||||||
- name: "Clean-up SNAPSHOT artifacts"
|
- name: "Clean-up SNAPSHOT artifacts"
|
||||||
run: find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" -prune -exec rm -rf {} +
|
run: |
|
||||||
|
mkdir -p "${HOME}/.m2/repository/"
|
||||||
|
find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" -prune -exec rm -rf {} +
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||||
env:
|
env:
|
||||||
@@ -180,7 +182,9 @@ jobs:
|
|||||||
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
|
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
|
||||||
sudo service docker restart
|
sudo service docker restart
|
||||||
- name: "Clean-up SNAPSHOT artifacts"
|
- name: "Clean-up SNAPSHOT artifacts"
|
||||||
run: find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" -prune -exec rm -rf {} +
|
run: |
|
||||||
|
mkdir -p "${HOME}/.m2/repository/"
|
||||||
|
find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" -prune -exec rm -rf {} +
|
||||||
- name: "Build local docker image"
|
- name: "Build local docker image"
|
||||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||||
env:
|
env:
|
||||||
@@ -235,7 +239,9 @@ jobs:
|
|||||||
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
|
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
|
||||||
sudo service docker restart
|
sudo service docker restart
|
||||||
- name: "Clean-up SNAPSHOT artifacts"
|
- name: "Clean-up SNAPSHOT artifacts"
|
||||||
run: find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" -prune -exec rm -rf {} +
|
run: |
|
||||||
|
mkdir -p "${HOME}/.m2/repository/"
|
||||||
|
find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" -prune -exec rm -rf {} +
|
||||||
- name: "Build local docker image"
|
- name: "Build local docker image"
|
||||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||||
env:
|
env:
|
||||||
@@ -286,7 +292,9 @@ jobs:
|
|||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v18.21.0
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v18.21.0
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v18.21.0
|
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v18.21.0
|
||||||
- name: "Clean-up SNAPSHOT artifacts"
|
- name: "Clean-up SNAPSHOT artifacts"
|
||||||
run: find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" -prune -exec rm -rf {} +
|
run: |
|
||||||
|
mkdir -p "${HOME}/.m2/repository/"
|
||||||
|
find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" -prune -exec rm -rf {} +
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v18.21.0
|
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v18.21.0
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.BOT_GITHUB_USERNAME }}
|
username: ${{ secrets.BOT_GITHUB_USERNAME }}
|
||||||
@@ -364,7 +372,9 @@ jobs:
|
|||||||
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
|
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
|
||||||
sudo service docker restart
|
sudo service docker restart
|
||||||
- name: "Clean-up SNAPSHOT artifacts"
|
- name: "Clean-up SNAPSHOT artifacts"
|
||||||
run: find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" -prune -exec rm -rf {} +
|
run: |
|
||||||
|
mkdir -p "${HOME}/.m2/repository/"
|
||||||
|
find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" -prune -exec rm -rf {} +
|
||||||
- name: "Cache LibreOffice"
|
- name: "Cache LibreOffice"
|
||||||
run: bash _ci/cache_artifacts.sh
|
run: bash _ci/cache_artifacts.sh
|
||||||
# Builds the module(s) and pushes the multi-arch Docker image(s). The Maven
|
# Builds the module(s) and pushes the multi-arch Docker image(s). The Maven
|
||||||
|
|||||||
Reference in New Issue
Block a user