Add pull image
This commit is contained in:
parent
432876a677
commit
a2ce65e1ef
1 changed files with 4 additions and 5 deletions
|
|
@ -57,8 +57,6 @@ dockerize-mainnet:
|
||||||
- docker rmi $IMAGE
|
- docker rmi $IMAGE
|
||||||
tags:
|
tags:
|
||||||
- builder
|
- builder
|
||||||
when:
|
|
||||||
manual
|
|
||||||
timeout:
|
timeout:
|
||||||
3h
|
3h
|
||||||
|
|
||||||
|
|
@ -136,12 +134,13 @@ test-e2e:
|
||||||
- python3 -m venv venv
|
- python3 -m venv venv
|
||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
- python3 start.py --stop
|
- python3 main.py --stop
|
||||||
- docker ps -a
|
- docker ps -a
|
||||||
|
- docker pull $IMAGE
|
||||||
- export COMPOSE_SERVICE_PEERPLAYS_BASE_IMAGE=$IMAGE
|
- export COMPOSE_SERVICE_PEERPLAYS_BASE_IMAGE=$IMAGE
|
||||||
- python3 start.py --start all
|
- python3 main.py --start all
|
||||||
- docker ps -a
|
- docker ps -a
|
||||||
- python3 start.py --stop
|
- python3 main.py --stop
|
||||||
- deactivate
|
- deactivate
|
||||||
- docker ps -a
|
- docker ps -a
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue