ACS-2768 Fix of Automate update of t-router and t-engine references in repositories (#1473)

This commit is contained in:
Kacper Magdziarz
2022-04-22 00:36:33 +02:00
committed by GitHub
parent 6f604e8b36
commit 298c55e75c
5 changed files with 9 additions and 5 deletions

5
scripts/dev/start-compose.sh Executable file
View File

@@ -0,0 +1,5 @@
set -x
TRANSFORMERS_TAG=$(mvn help:evaluate -Dexpression=dependency.alfresco-transform-core.version -q -DforceStdout)
# .env files are picked up from project directory correctly on docker-compose 1.23.0+
TRANSFORMERS_TAG=${TRANSFORMERS_TAG} docker-compose -f acs-packaging/dev/docker-compose.yml up