Change working directory to /srv/stack after starting services
All checks were successful
Build a dev image / build (push) Successful in 23s
All checks were successful
Build a dev image / build (push) Successful in 23s
This commit is contained in:
parent
836ee88883
commit
0e7f2b0d33
1 changed files with 2 additions and 0 deletions
|
|
@ -88,3 +88,5 @@ echo "Both services are running. PIDs: ${CHILD_PIDS[*]}"
|
||||||
|
|
||||||
# Wait for all background processes
|
# Wait for all background processes
|
||||||
wait
|
wait
|
||||||
|
|
||||||
|
cd /srv/stack
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue