Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
ExternalAPIs
OAI
Commits
37eb1d37
Commit
37eb1d37
authored
Jun 18, 2020
by
Sebastian Schüpbach
Browse files
Update .gitlab-ci.yml
parent
58142ea3
Pipeline
#10276
passed with stages
in 5 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
37eb1d37
...
...
@@ -22,7 +22,7 @@ test:
-
docker:dind
script
:
#- docker login -u '$CI_REGISTRY_USER' -p '$CI_REGISTRY_PASSWORD' '$REGISTRY'
-
docker login -u
'
$CI_REGISTRY_USER
'
-p
'
$CI_REGISTRY_PASSWORD
'
"$CI_REGISTRY"
-
docker login -u
"
$CI_REGISTRY_USER
"
-p
"
$CI_REGISTRY_PASSWORD
"
"$CI_REGISTRY"
-
docker build --pull -t "$IMAGE_TAG" .
-
docker push "$IMAGE_TAG"
-
docker logout
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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