Fix issue with wrong image name
This commit is contained in:
parent
a73ba73aaf
commit
4647044ab3
1 changed files with 1 additions and 1 deletions
|
|
@ -164,6 +164,6 @@ test-e2e:
|
||||||
after_script:
|
after_script:
|
||||||
- cd peerplays-utils/peerplays-qa-environment/e2e-tests
|
- cd peerplays-utils/peerplays-qa-environment/e2e-tests
|
||||||
- docker-compose down
|
- docker-compose down
|
||||||
- docker rmi -f $(docker images -a | grep -v 'hive-for-peerplays\|ethereum-for-peerplays\|bitcoin-for-peerplays\|ubuntu-for-peerplays\|peerplays-base' | awk '{print $3}')
|
- docker rmi -f $(docker images -a | grep -v 'hive-for-peerplays\|ethereum-for-peerplays\|bitcoin-for-peerplays\|ubuntu-for-peerplays\|peerplays-base\|IMAGE' | awk '{print $3}')
|
||||||
tags:
|
tags:
|
||||||
- python-tests
|
- python-tests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue