We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eef076 commit cad0b27Copy full SHA for cad0b27
1 file changed
.travis.yml
@@ -23,6 +23,7 @@ before_script:
23
script:
24
- set -e
25
- 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
27
# We need to run this using sudo to be able to remove some files created by
28
# docker
29
- sudo /home/travis/virtualenv/python3.6/bin/python tests.py
0 commit comments