File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ variables:
42
42
needs : []
43
43
image : python:3.7
44
44
services : []
45
- tags :
46
- - docker
47
45
48
46
TypeCheck Python :
49
47
<< : *lint-default
@@ -88,8 +86,6 @@ Build Image:
88
86
# We use kaniko v0.16.0 as both v0.17.0, v0.17.1, v0.18.0 and v0.19.0 contains fatal bugs.
89
87
name : gcr.io/kaniko-project/executor:debug-v0.16.0
90
88
entrypoint : [""]
91
- tags :
92
- - docker
93
89
script :
94
90
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
95
91
- /kaniko/executor
@@ -108,8 +104,6 @@ Build Image:
108
104
services : []
109
105
before_script :
110
106
- pip3 install -r requirements/test.txt
111
- tags :
112
- - docker
113
107
114
108
Unit-test :
115
109
<< : *test-default
@@ -142,8 +136,6 @@ Unit-test:
142
136
image : alpine:3.13
143
137
variables :
144
138
GIT_STRATEGY : none # We do not need the source code
145
- tags :
146
- - docker
147
139
before_script :
148
140
- apk add skopeo=1.2.1-r0
149
141
You can’t perform that action at this time.
0 commit comments