Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dlang
mediainfo-d
Commits
93c1d87f
Commit
93c1d87f
authored
Jul 27, 2020
by
Carsten Schlote
Browse files
Fixup name of registry
parent
bec735a2
Pipeline
#2527
passed with stages
in 1 minute and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
93c1d87f
...
...
@@ -6,7 +6,7 @@ variables:
before_script
:
-
echo "Working on $CI_COMMIT_REF_NAME / $CI_COMMIT_SHA ..."
-
if command -v docker ; then echo "${CI_REGISTRY_PASSWORD}" | docker login -u "${CI_REGISTRY_USER}" --password-stdin
docker.vahanus.com
; fi
-
if command -v docker ; then echo "${CI_REGISTRY_PASSWORD}" | docker login -u "${CI_REGISTRY_USER}" --password-stdin
"${CI_REGISTRY_IMAGE}"
; fi
stages
:
-
lint
...
...
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