Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cloud-native
lab-grpc
Commits
97f70ce8
Commit
97f70ce8
authored
Jul 06, 2022
by
Nane Kratzke
Browse files
Update .gitlab-ci.yml file
parent
fc6b41b2
Pipeline
#100319
failed with stages
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
97f70ce8
...
...
@@ -18,8 +18,7 @@ secrets:
grpc
:
stage
:
build
image
:
docker:dind
services
:
[
"
docker:dind"
]
image
:
docker:stable
script
:
-
cd grpc
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
...
...
@@ -28,8 +27,7 @@ grpc:
rest
:
stage
:
build
image
:
docker:dind
services
:
[
"
docker:dind"
]
image
:
docker:stable
script
:
-
cd rest
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
...
...
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