Call docker properly
This commit is contained in:
parent
902f76a093
commit
1e84ce51de
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ test-e2e:
|
|||
- docker ps -a
|
||||
- docker pull $IMAGE
|
||||
- docker tag $IMAGE peerplays-base:latest
|
||||
- docker docker-compose build
|
||||
- docker-compose build
|
||||
- docker image ls -a
|
||||
- python3 main.py --start all
|
||||
- docker ps -a
|
||||
|
|
|
|||
Loading…
Reference in a new issue