Added printenv to get env variables and try to debug the git-release thing

This commit is contained in:
WolverinDEV 2019-02-22 16:23:06 +01:00
parent 8521bf9638
commit 767c54bae2

View file

@ -5,6 +5,7 @@ services:
- docker
before_install:
- "printenv; exit 1;"
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker images
- docker pull $DOCKER_USERNAME/teaweb:build_new