Skip to content

Commit 670c598

Browse files
committed
Merge branch 'feature/42309-k8s-gitlab-runners' into 'master'
build: [#42309] Runner with Kubernetes executor See merge request rammearkitektur/os2mo-triggers/os2mo-http-trigger-sdmox!12
2 parents 72dba9c + 78ff900 commit 670c598

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.gitlab-ci.yml

-8
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ variables:
4242
needs: []
4343
image: python:3.7
4444
services: []
45-
tags:
46-
- docker
4745

4846
TypeCheck Python:
4947
<<: *lint-default
@@ -88,8 +86,6 @@ Build Image:
8886
# We use kaniko v0.16.0 as both v0.17.0, v0.17.1, v0.18.0 and v0.19.0 contains fatal bugs.
8987
name: gcr.io/kaniko-project/executor:debug-v0.16.0
9088
entrypoint: [""]
91-
tags:
92-
- docker
9389
script:
9490
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
9591
- /kaniko/executor
@@ -108,8 +104,6 @@ Build Image:
108104
services: []
109105
before_script:
110106
- pip3 install -r requirements/test.txt
111-
tags:
112-
- docker
113107

114108
Unit-test:
115109
<<: *test-default
@@ -142,8 +136,6 @@ Unit-test:
142136
image: alpine:3.13
143137
variables:
144138
GIT_STRATEGY: none # We do not need the source code
145-
tags:
146-
- docker
147139
before_script:
148140
- apk add skopeo=1.2.1-r0
149141

0 commit comments

Comments
 (0)