Fixed setup.inc

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2023-06-14 08:37:40 +02:00
parent 1263c80b89
commit e28129e565

View File

@ -21,6 +21,8 @@ cleanup_package() {
launch_containers() {
pushd "${WORKSPACE}/${PROJECT_ID}/tests"
CONTAINERS+=( "piler1" "syslog.host" )
echo -e "PACKAGE=$PACKAGE\nPILER_HOST=cust1.acts.hu\nRT=$RT" > .env
log "running docker-compose down"