mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
try again to run UI tests with legacy transformers
This commit is contained in:
@@ -3,4 +3,9 @@
|
||||
set -ev
|
||||
|
||||
cd $1
|
||||
docker-compose --env-file $2 up -d
|
||||
# if 2nd input parameter is true then use legacy transformers
|
||||
# (flags LOCAL_TRANSFORM_SERVICE_ENABLED and TRANSFORM_SERVICE_ENABLED are set to false in .env.ci )
|
||||
if $2 ; then
|
||||
mv -u .env.ci .env
|
||||
fi
|
||||
docker-compose up -d
|
||||
|
Reference in New Issue
Block a user