Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ChEMBL
C
ChEMBL
Delayed Jobs
Delayed Jobs API
Commits
267864a4
Commit
267864a4
authored
Nov 23, 2020
by
David Mendez
Browse files
Set up tags for jobs that build images
parent
e9ca7145
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
.gitlab-ci.yml
.gitlab-ci.yml
+8
-5
No files found.
.gitlab-ci.yml
View file @
267864a4
...
...
@@ -26,11 +26,6 @@ variables:
INGRESS_PROD_HH_FILE_PATH
:
${CONFIGS_FOLDER}/ingress-prod_hh.yml
AUTOSCALER_PROD_HH_FILE_PATH
:
${CONFIGS_FOLDER}/autoscaler-prod_hh.yml
image
:
docker:latest
services
:
-
docker:dind
stages
:
-
build
-
prepare_config_tests
...
...
@@ -56,6 +51,10 @@ build_docker_image_server:
DOCKER_HOST
:
tcp://docker:2375
except
:
-
schedules
services
:
-
docker:dind
tags
:
-
dind
script
:
-
set -x
-
docker version
# verify docker cli is there. Also prints server info
...
...
@@ -74,6 +73,10 @@ build_docker_image_status_daemon:
DOCKER_HOST
:
tcp://docker:2375
except
:
-
schedules
services
:
-
docker:dind
tags
:
-
dind
script
:
-
set -x
-
docker version
# verify docker cli is there. Also prints server info
...
...
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