mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
ACS-3465 Test AGS-Community-Rest-API-Tests
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -346,6 +346,7 @@ jobs:
|
|||||||
run: bash ./scripts/travis/build.sh
|
run: bash ./scripts/travis/build.sh
|
||||||
env:
|
env:
|
||||||
REQUIRES_LOCAL_IMAGES: true
|
REQUIRES_LOCAL_IMAGES: true
|
||||||
|
REQUIRES_INSTALLED_ARTIFACTS: true
|
||||||
- name: "env1"
|
- name: "env1"
|
||||||
run: ${{ env.TAS_SCRIPTS }}/start-compose.sh ./amps/ags/rm-community/rm-community-repo/docker-compose.yml
|
run: ${{ env.TAS_SCRIPTS }}/start-compose.sh ./amps/ags/rm-community/rm-community-repo/docker-compose.yml
|
||||||
- name: "env2"
|
- name: "env2"
|
||||||
|
@@ -21,7 +21,7 @@ if [[ -n ${REQUIRES_INSTALLED_ARTIFACTS} ]] || [[ -n ${REQUIRES_LOCAL_IMAGES} ]]
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${REQUIRES_INSTALLED_ARTIFACTS}" == "true" ]]; then
|
if [[ "${REQUIRES_INSTALLED_ARTIFACTS}" == "true" ]]; then
|
||||||
PHASE="install"
|
PHASE="clean install"
|
||||||
else
|
else
|
||||||
PHASE="package"
|
PHASE="package"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user