docker ps -a added to display containers status
This commit is contained in:
@@ -23,6 +23,7 @@ steps:
|
||||
- apk add --no-cache bash
|
||||
- chmod +x ./bin/update
|
||||
- docker-compose up -d
|
||||
- docker ps -a
|
||||
- until docker inspect -f '{{.State.Running}}' web | grep true; do echo "Waiting for container to be running..."; sleep 5; done
|
||||
- git branch --set-upstream-to=origin/PMSManager_refactor PMSManager_refactor || true
|
||||
- ./bin/update
|
||||
|
||||
Reference in New Issue
Block a user