@@ -144,32 +144,24 @@ default:
144
144
image : wunderio/silta-cicd:circleci-php8.3-node22-composer2-v1
145
145
146
146
variables :
147
- KUBERNETES_SERVICE_ACCOUNT_OVERWRITE : gitlab-executor-sa
148
- KUBERNETES_SERVICE_ACCOUNT_OVERWRITE_ALLOWED : ^gitlab-executor-sa$
147
+ CLUSTER_NAME :
149
148
150
149
stages :
151
150
- build
152
151
153
- build-job0 :
154
- stage : build
155
- script :
156
- - echo "Running with service account $KUBERNETES_SERVICE_ACCOUNT"
157
- - kubectl get pods
158
- - sleep 300
159
- rules :
160
- - !reference [.filter_feature_only, rules]
161
-
162
152
build-job1 :
163
153
stage : build
164
154
script :
165
155
- !reference [.commands, setup_silta_cli]
166
156
- !reference [.commands, drupal_composer_install]
167
157
- !reference [.commands, npm_install_build]
168
158
- !reference [.commands, setup_silta_proxy]
169
- - !reference [.commands, cloud_login]
170
- - !reference [.commands, docker_login]
171
- - !reference [.commands, set_release_name]
172
- - !reference [.commands, docker_build_nginx]
159
+ - silta ci release list --namespace gitlab
160
+ - silta ci release list --namespace drupal-project-k8s
161
+ # - !reference [.commands, cloud_login]
162
+ # - !reference [.commands, docker_login]
163
+ # - !reference [.commands, set_release_name]
164
+ # - !reference [.commands, docker_build_nginx]
173
165
rules :
174
166
- !reference [.filter_feature_only, rules]
175
167
0 commit comments