mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 20:27:03 +02:00
@ -21,8 +21,9 @@ cleanup_package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
launch_containers() {
|
launch_containers() {
|
||||||
|
pushd "${WORKSPACE}/${PROJECT_ID}/tests"
|
||||||
|
|
||||||
echo -e "PACKAGE=$PACKAGE\nPILER_HOST=cust1.acts.hu\nRT=$RT" > .env
|
echo -e "PACKAGE=$PACKAGE\nPILER_HOST=cust1.acts.hu\nRT=$RT" > .env
|
||||||
cat .env
|
|
||||||
|
|
||||||
env|sort
|
env|sort
|
||||||
pwd
|
pwd
|
||||||
@ -31,6 +32,8 @@ launch_containers() {
|
|||||||
wait_for_sleep_cycle_in_container "piler1"
|
wait_for_sleep_cycle_in_container "piler1"
|
||||||
|
|
||||||
docker-compose ps
|
docker-compose ps
|
||||||
|
|
||||||
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
launch_containers2() {
|
launch_containers2() {
|
||||||
|
Reference in New Issue
Block a user