Fixed missing environment variable

This commit is contained in:
Eliot Berriot 2017-06-26 19:51:25 +02:00
parent 368937c422
commit ab4b6c3764
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ pages:
docker_image:
stage: test
before_script:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
- cd api
script:
- docker build -t funkwhale/funkwhale:$CI_COMMIT_REF_NAME .