ACS-3465 Test AGS-Community-Rest-API-Tests

This commit is contained in:
Damian.Ujma@hyland.com
2022-08-31 15:19:50 +02:00
parent 50652a4fab
commit f6382f28d3
2 changed files with 2 additions and 1 deletions

View File

@@ -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