mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:41:59 +01:00
Fixed launch_conatiners() function
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
b547a08208
commit
c5b484f16a
@ -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" )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user