try again to run UI tests with legacy transformers

This commit is contained in:
Claudia Agache
2020-11-04 14:56:54 +02:00
parent 9177b40aaa
commit b6b5691458

View File

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