Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
ab4b6c37
Commit
ab4b6c37
authored
Jun 26, 2017
by
Eliot Berriot
Browse files
Fixed missing environment variable
parent
368937c4
Pipeline
#91
passed with stages
in 9 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ab4b6c37
...
...
@@ -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 .
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment