Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csbase-dev
sgarest-daemon
Commits
75acf9d7
Commit
75acf9d7
authored
Aug 30, 2021
by
Isabella Almeida da Silva
Browse files
[SOMA-10124][SOMA-10149] Ajustar para uso do novo runner k8s para o grupo csbase-dev
parent
0456ba9a
Pipeline
#100929
failed with stages
in 4 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
75acf9d7
...
...
@@ -2,7 +2,7 @@
# Global Templates
#-------------------------
.docker_image_template
:
&docker_image_template
image
:
$CI_REGISTRY_PROXY_URL/docker:20.10.
2
-git
image
:
$CI_REGISTRY_PROXY_URL/docker:20.10.
8
-git
.docker_login
:
&docker_login
-
echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY_URL
...
...
@@ -15,8 +15,9 @@
.services_docker_dind_template
:
&services_docker_dind_template
services
:
-
name
:
$CI_REGISTRY_PROXY_URL/docker:20.10.
2
-dind
-
name
:
$CI_REGISTRY_PROXY_URL/docker:20.10.
8
-dind
alias
:
docker
command
:
[
"
--tls=false"
]
#-------------------------
# Global Variables
...
...
@@ -24,6 +25,7 @@
variables
:
DOCKER_DRIVER
:
overlay2
DOCKER_TLS_CERTDIR
:
"
"
DOCKER_HOST
:
tcp://docker:2375
#-------------------------
# Job Stages
...
...
Write
Preview
Markdown
is supported
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