Skip to content

Commit cad0b27

Browse files
committed
Update docker compose files when running tests on latest
1 parent 8eef076 commit cad0b27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ before_script:
2323
script:
2424
- set -e
2525
- docker build -t fiware/wirecloud:${VERSION} .
26+
- test "${VERSION}" = "latest" && sed -ri "s|fiware/wirecloud:1.2|fiware/wirecloud:latest|g" docker-compose*.yml || true
2627
# We need to run this using sudo to be able to remove some files created by
2728
# docker
2829
- sudo /home/travis/virtualenv/python3.6/bin/python tests.py

0 commit comments

Comments
 (0)