Commit a54864b7 authored by Spiros Koulouzis's avatar Spiros Koulouzis

fixed travis file

parent 7e199dd0
......@@ -43,7 +43,6 @@ matrix:
- mvn -Dmaven.test.skip=true dockerfile:build
after_success:
- docker stack deploy conf -c docker-compose.yml
- count=0 && until $(curl --output /dev/null --silent --head --fail http://localhost:8081); do printf '.' && sleep 3 && count=$((count+1)) && if [ $count -gt 5 ]; then break;
fi; done
- count=0 && until $(curl --output /dev/null --silent --head --fail http://localhost:8081); do printf '.' && sleep 3 && count=$((count+1)) && if [ $count -gt 5 ]; then break; fi; done
- mvn test
- docker login -u $DOCKER_USER -p $DOCKER_PASS
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment