Added printenv to get env variables and try to debug the git-release thing
This commit is contained in:
parent
8521bf9638
commit
767c54bae2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue