diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e44a4a58e6..f72c99cf11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -346,6 +346,7 @@ jobs: run: bash ./scripts/travis/build.sh env: REQUIRES_LOCAL_IMAGES: true + REQUIRES_INSTALLED_ARTIFACTS: true - name: "env1" run: ${{ env.TAS_SCRIPTS }}/start-compose.sh ./amps/ags/rm-community/rm-community-repo/docker-compose.yml - name: "env2" diff --git a/scripts/travis/build.sh b/scripts/travis/build.sh index 349c1da7e6..a4178a3311 100644 --- a/scripts/travis/build.sh +++ b/scripts/travis/build.sh @@ -21,7 +21,7 @@ if [[ -n ${REQUIRES_INSTALLED_ARTIFACTS} ]] || [[ -n ${REQUIRES_LOCAL_IMAGES} ]] fi if [[ "${REQUIRES_INSTALLED_ARTIFACTS}" == "true" ]]; then - PHASE="install" + PHASE="clean install" else PHASE="package" fi