Fixed launch_conatiners() function

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2023-07-14 11:46:12 +02:00
parent b547a08208
commit c5b484f16a

View File

@ -18,7 +18,9 @@ cleanup_package() {
} }
launch_containers() { launch_containers() {
pushd "${WORKSPACE}/${PROJECT_ID}/tests" log "${FUNCNAME[0]}"
pushd "${WORKSPACE}/ci/test/docker-compose"
CONTAINERS+=( "piler1" "syslog.host" ) CONTAINERS+=( "piler1" "syslog.host" )