Skip to content
Snippets Groups Projects
Commit ab4b6c37 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed missing environment variable

parent 368937c4
No related branches found
No related tags found
No related merge requests found
......@@ -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 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment