@catladder/pipeline 4.5.1 → 4.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants.js +1 -1
- package/dist/rules/index.d.ts +1 -0
- package/dist/rules/index.js +5 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/examples/__snapshots__/automatic-releases.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-execute-script-on-deploy.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-existing-image.test.ts.snap +3 -3
- package/examples/__snapshots__/cloud-run-health-check-defaults.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-health-check-only-startup.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-health-check.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-http2.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-llama.test.ts.snap +3 -3
- package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-meteor-with-worker.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-n8n.test.ts.snap +3 -3
- package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-session-affinity.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-storybook.test.ts.snap +5 -5
- package/examples/__snapshots__/cloud-run-with-agents.test.ts.snap +10 -10
- package/examples/__snapshots__/cloud-run-with-gpu.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-with-sql-legacy-jobs.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-with-sql-multiple-dbs.test.ts.snap +22 -22
- package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +15 -15
- package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-worker-pool.test.ts.snap +8 -8
- package/examples/__snapshots__/custom-build-job-with-tests.test.ts.snap +8 -8
- package/examples/__snapshots__/custom-build-job.test.ts.snap +5 -5
- package/examples/__snapshots__/custom-deploy.test.ts.snap +7 -7
- package/examples/__snapshots__/custom-docker-file.test.ts.snap +8 -8
- package/examples/__snapshots__/custom-envs.test.ts.snap +13 -13
- package/examples/__snapshots__/custom-verify-job.test.ts.snap +9 -9
- package/examples/__snapshots__/git-submodule.test.ts.snap +8 -8
- package/examples/__snapshots__/kubernetes-application-customization.test.ts.snap +9 -9
- package/examples/__snapshots__/kubernetes-with-cloud-sql.test.ts.snap +9 -9
- package/examples/__snapshots__/kubernetes-with-jobs.test.ts.snap +17 -17
- package/examples/__snapshots__/kubernetes-with-mongodb.test.ts.snap +9 -9
- package/examples/__snapshots__/local-dot-env.test.ts.snap +8 -8
- package/examples/__snapshots__/meteor-kubernetes.test.ts.snap +9 -9
- package/examples/__snapshots__/modify-generated-files.test.ts.snap +5 -5
- package/examples/__snapshots__/modify-generated-yaml.test.ts.snap +5 -5
- package/examples/__snapshots__/multiline-var.test.ts.snap +23 -23
- package/examples/__snapshots__/native-app.test.ts.snap +13 -13
- package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +8 -8
- package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +8 -8
- package/examples/__snapshots__/override-secrets.test.ts.snap +8 -8
- package/examples/__snapshots__/rails-k8s-with-worker-dockerfile.test.ts.snap +8 -8
- package/examples/__snapshots__/rails-k8s-with-worker.test.ts.snap +8 -8
- package/examples/__snapshots__/referencing-other-vars.test.ts.snap +23 -23
- package/examples/__snapshots__/wait-for-other-deploy.test.ts.snap +11 -11
- package/examples/__snapshots__/workspace-api-www-turbo-cache.test.ts.snap +11 -11
- package/examples/__snapshots__/workspace-api-www.test.ts.snap +11 -11
- package/package.json +1 -1
- package/src/rules/index.ts +9 -1
|
@@ -65,7 +65,7 @@ workflow:
|
|
|
65
65
|
variables:
|
|
66
66
|
PIPELINE_ICON: 🐱📦
|
|
67
67
|
PIPELINE_NAME: Release $CI_COMMIT_TAG
|
|
68
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
68
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
69
69
|
variables:
|
|
70
70
|
PIPELINE_ICON: 🐱🔨
|
|
71
71
|
PIPELINE_NAME: Main - $CI_COMMIT_TITLE
|
|
@@ -121,7 +121,7 @@ before_script:
|
|
|
121
121
|
rules:
|
|
122
122
|
- when: never
|
|
123
123
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
124
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
124
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
125
125
|
needs: []
|
|
126
126
|
retry: &a1
|
|
127
127
|
max: 2
|
|
@@ -166,7 +166,7 @@ before_script:
|
|
|
166
166
|
rules:
|
|
167
167
|
- when: never
|
|
168
168
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
169
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
169
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
170
170
|
needs: []
|
|
171
171
|
retry: *a1
|
|
172
172
|
interruptible: true
|
|
@@ -207,7 +207,7 @@ before_script:
|
|
|
207
207
|
rules:
|
|
208
208
|
- when: never
|
|
209
209
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
210
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
210
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
211
211
|
needs: []
|
|
212
212
|
retry: *a1
|
|
213
213
|
interruptible: true
|
|
@@ -305,7 +305,7 @@ before_script:
|
|
|
305
305
|
rules:
|
|
306
306
|
- when: never
|
|
307
307
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
308
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
308
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
309
309
|
needs: []
|
|
310
310
|
retry: *a1
|
|
311
311
|
interruptible: true
|
|
@@ -361,7 +361,7 @@ before_script:
|
|
|
361
361
|
- when: never
|
|
362
362
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
363
363
|
- when: on_success
|
|
364
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
364
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
365
365
|
needs:
|
|
366
366
|
- job: 'app 👮 lint | dev '
|
|
367
367
|
artifacts: false
|
|
@@ -986,7 +986,7 @@ before_script:
|
|
|
986
986
|
rules:
|
|
987
987
|
- when: never
|
|
988
988
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
989
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
989
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
990
990
|
needs: []
|
|
991
991
|
retry: *a1
|
|
992
992
|
interruptible: true
|
|
@@ -1028,7 +1028,7 @@ before_script:
|
|
|
1028
1028
|
rules:
|
|
1029
1029
|
- when: never
|
|
1030
1030
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1031
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1031
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1032
1032
|
needs: []
|
|
1033
1033
|
retry: *a1
|
|
1034
1034
|
interruptible: true
|
|
@@ -1067,7 +1067,7 @@ before_script:
|
|
|
1067
1067
|
rules:
|
|
1068
1068
|
- when: never
|
|
1069
1069
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1070
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1070
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1071
1071
|
needs: []
|
|
1072
1072
|
retry: *a1
|
|
1073
1073
|
interruptible: true
|
|
@@ -1153,7 +1153,7 @@ before_script:
|
|
|
1153
1153
|
rules:
|
|
1154
1154
|
- when: never
|
|
1155
1155
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1156
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1156
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1157
1157
|
needs: []
|
|
1158
1158
|
retry: *a1
|
|
1159
1159
|
interruptible: true
|
|
@@ -1214,7 +1214,7 @@ before_script:
|
|
|
1214
1214
|
rules:
|
|
1215
1215
|
- when: never
|
|
1216
1216
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1217
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1217
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1218
1218
|
needs:
|
|
1219
1219
|
- 'api 🔨 app | dev '
|
|
1220
1220
|
retry: *a1
|
|
@@ -1314,7 +1314,7 @@ before_script:
|
|
|
1314
1314
|
- when: never
|
|
1315
1315
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1316
1316
|
- when: on_success
|
|
1317
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1317
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1318
1318
|
needs:
|
|
1319
1319
|
- job: 'api 👮 lint | dev '
|
|
1320
1320
|
artifacts: false
|
|
@@ -1354,7 +1354,7 @@ before_script:
|
|
|
1354
1354
|
- when: never
|
|
1355
1355
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1356
1356
|
- when: manual
|
|
1357
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1357
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1358
1358
|
needs: []
|
|
1359
1359
|
retry: *a1
|
|
1360
1360
|
interruptible: true
|
|
@@ -65,7 +65,7 @@ workflow:
|
|
|
65
65
|
variables:
|
|
66
66
|
PIPELINE_ICON: 🐱📦
|
|
67
67
|
PIPELINE_NAME: Release $CI_COMMIT_TAG
|
|
68
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
68
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
69
69
|
variables:
|
|
70
70
|
PIPELINE_ICON: 🐱🔨
|
|
71
71
|
PIPELINE_NAME: Main - $CI_COMMIT_TITLE
|
|
@@ -119,7 +119,7 @@ before_script:
|
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
122
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
122
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
123
123
|
needs: []
|
|
124
124
|
retry: &a1
|
|
125
125
|
max: 2
|
|
@@ -162,7 +162,7 @@ before_script:
|
|
|
162
162
|
rules:
|
|
163
163
|
- when: never
|
|
164
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
165
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
165
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
166
166
|
needs: []
|
|
167
167
|
retry: *a1
|
|
168
168
|
interruptible: true
|
|
@@ -201,7 +201,7 @@ before_script:
|
|
|
201
201
|
rules:
|
|
202
202
|
- when: never
|
|
203
203
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
204
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
204
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
205
205
|
needs: []
|
|
206
206
|
retry: *a1
|
|
207
207
|
interruptible: true
|
|
@@ -287,7 +287,7 @@ before_script:
|
|
|
287
287
|
rules:
|
|
288
288
|
- when: never
|
|
289
289
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
290
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
290
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
291
291
|
needs: []
|
|
292
292
|
retry: *a1
|
|
293
293
|
interruptible: true
|
|
@@ -348,7 +348,7 @@ before_script:
|
|
|
348
348
|
rules:
|
|
349
349
|
- when: never
|
|
350
350
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
351
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
351
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
352
352
|
needs:
|
|
353
353
|
- 'www 🔨 app | dev '
|
|
354
354
|
retry: *a1
|
|
@@ -448,7 +448,7 @@ before_script:
|
|
|
448
448
|
- when: never
|
|
449
449
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
450
450
|
- when: on_success
|
|
451
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
451
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
452
452
|
needs:
|
|
453
453
|
- job: 'www 👮 lint | dev '
|
|
454
454
|
artifacts: false
|
|
@@ -488,7 +488,7 @@ before_script:
|
|
|
488
488
|
- when: never
|
|
489
489
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
490
490
|
- when: manual
|
|
491
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
491
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
492
492
|
needs: []
|
|
493
493
|
retry: *a1
|
|
494
494
|
interruptible: true
|
|
@@ -65,7 +65,7 @@ workflow:
|
|
|
65
65
|
variables:
|
|
66
66
|
PIPELINE_ICON: 🐱📦
|
|
67
67
|
PIPELINE_NAME: Release $CI_COMMIT_TAG
|
|
68
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
68
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
69
69
|
variables:
|
|
70
70
|
PIPELINE_ICON: 🐱🔨
|
|
71
71
|
PIPELINE_NAME: Main - $CI_COMMIT_TITLE
|
|
@@ -119,7 +119,7 @@ before_script:
|
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
122
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
122
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
123
123
|
needs: []
|
|
124
124
|
retry: &a1
|
|
125
125
|
max: 2
|
|
@@ -162,7 +162,7 @@ before_script:
|
|
|
162
162
|
rules:
|
|
163
163
|
- when: never
|
|
164
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
165
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
165
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
166
166
|
needs: []
|
|
167
167
|
retry: *a1
|
|
168
168
|
interruptible: true
|
|
@@ -201,7 +201,7 @@ before_script:
|
|
|
201
201
|
rules:
|
|
202
202
|
- when: never
|
|
203
203
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
204
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
204
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
205
205
|
needs: []
|
|
206
206
|
retry: *a1
|
|
207
207
|
interruptible: true
|
|
@@ -287,7 +287,7 @@ before_script:
|
|
|
287
287
|
rules:
|
|
288
288
|
- when: never
|
|
289
289
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
290
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
290
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
291
291
|
needs: []
|
|
292
292
|
retry: *a1
|
|
293
293
|
interruptible: true
|
|
@@ -350,7 +350,7 @@ before_script:
|
|
|
350
350
|
rules:
|
|
351
351
|
- when: never
|
|
352
352
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
353
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
353
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
354
354
|
needs:
|
|
355
355
|
- 'www 🔨 app | dev '
|
|
356
356
|
retry: *a1
|
|
@@ -450,7 +450,7 @@ before_script:
|
|
|
450
450
|
- when: never
|
|
451
451
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
452
452
|
- when: on_success
|
|
453
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
453
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
454
454
|
needs:
|
|
455
455
|
- job: 'www 👮 lint | dev '
|
|
456
456
|
artifacts: false
|
|
@@ -490,7 +490,7 @@ before_script:
|
|
|
490
490
|
- when: never
|
|
491
491
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
492
492
|
- when: manual
|
|
493
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
493
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
494
494
|
needs: []
|
|
495
495
|
retry: *a1
|
|
496
496
|
interruptible: true
|
|
@@ -65,7 +65,7 @@ workflow:
|
|
|
65
65
|
variables:
|
|
66
66
|
PIPELINE_ICON: 🐱📦
|
|
67
67
|
PIPELINE_NAME: Release $CI_COMMIT_TAG
|
|
68
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
68
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
69
69
|
variables:
|
|
70
70
|
PIPELINE_ICON: 🐱🔨
|
|
71
71
|
PIPELINE_NAME: Main - $CI_COMMIT_TITLE
|
|
@@ -119,7 +119,7 @@ before_script:
|
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
122
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
122
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
123
123
|
needs: []
|
|
124
124
|
retry: &a1
|
|
125
125
|
max: 2
|
|
@@ -162,7 +162,7 @@ before_script:
|
|
|
162
162
|
rules:
|
|
163
163
|
- when: never
|
|
164
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
165
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
165
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
166
166
|
needs: []
|
|
167
167
|
retry: *a1
|
|
168
168
|
interruptible: true
|
|
@@ -201,7 +201,7 @@ before_script:
|
|
|
201
201
|
rules:
|
|
202
202
|
- when: never
|
|
203
203
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
204
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
204
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
205
205
|
needs: []
|
|
206
206
|
retry: *a1
|
|
207
207
|
interruptible: true
|
|
@@ -289,7 +289,7 @@ before_script:
|
|
|
289
289
|
rules:
|
|
290
290
|
- when: never
|
|
291
291
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
292
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
292
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
293
293
|
needs: []
|
|
294
294
|
retry: *a1
|
|
295
295
|
interruptible: true
|
|
@@ -350,7 +350,7 @@ before_script:
|
|
|
350
350
|
rules:
|
|
351
351
|
- when: never
|
|
352
352
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
353
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
353
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
354
354
|
needs:
|
|
355
355
|
- 'my-app 🔨 app | dev '
|
|
356
356
|
retry: *a1
|
|
@@ -453,7 +453,7 @@ before_script:
|
|
|
453
453
|
- when: never
|
|
454
454
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
455
455
|
- when: on_success
|
|
456
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
456
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
457
457
|
needs:
|
|
458
458
|
- job: 'my-app 👮 lint | dev '
|
|
459
459
|
artifacts: false
|
|
@@ -493,7 +493,7 @@ before_script:
|
|
|
493
493
|
- when: never
|
|
494
494
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
495
495
|
- when: manual
|
|
496
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
496
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
497
497
|
needs: []
|
|
498
498
|
retry: *a1
|
|
499
499
|
interruptible: true
|
|
@@ -65,7 +65,7 @@ workflow:
|
|
|
65
65
|
variables:
|
|
66
66
|
PIPELINE_ICON: 🐱📦
|
|
67
67
|
PIPELINE_NAME: Release $CI_COMMIT_TAG
|
|
68
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
68
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
69
69
|
variables:
|
|
70
70
|
PIPELINE_ICON: 🐱🔨
|
|
71
71
|
PIPELINE_NAME: Main - $CI_COMMIT_TITLE
|
|
@@ -116,7 +116,7 @@ before_script:
|
|
|
116
116
|
rules:
|
|
117
117
|
- when: never
|
|
118
118
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
119
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
119
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
120
120
|
needs: []
|
|
121
121
|
retry: &a1
|
|
122
122
|
max: 2
|
|
@@ -143,7 +143,7 @@ before_script:
|
|
|
143
143
|
rules:
|
|
144
144
|
- when: never
|
|
145
145
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
146
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
146
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
147
147
|
needs: []
|
|
148
148
|
retry: *a1
|
|
149
149
|
interruptible: true
|
|
@@ -171,7 +171,7 @@ before_script:
|
|
|
171
171
|
rules:
|
|
172
172
|
- when: never
|
|
173
173
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
174
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
174
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
175
175
|
needs: []
|
|
176
176
|
retry: *a1
|
|
177
177
|
interruptible: true
|
|
@@ -215,7 +215,7 @@ before_script:
|
|
|
215
215
|
rules:
|
|
216
216
|
- when: never
|
|
217
217
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
218
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
218
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
219
219
|
needs: []
|
|
220
220
|
retry: *a1
|
|
221
221
|
interruptible: true
|
|
@@ -360,7 +360,7 @@ before_script:
|
|
|
360
360
|
- when: never
|
|
361
361
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
362
362
|
- when: on_success
|
|
363
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
363
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
364
364
|
needs:
|
|
365
365
|
- job: 'app 👮 lint | dev '
|
|
366
366
|
artifacts: false
|
|
@@ -420,7 +420,7 @@ before_script:
|
|
|
420
420
|
- when: never
|
|
421
421
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
422
422
|
- when: manual
|
|
423
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
423
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
424
424
|
needs: []
|
|
425
425
|
retry: *a1
|
|
426
426
|
interruptible: true
|
|
@@ -472,7 +472,7 @@ before_script:
|
|
|
472
472
|
- when: never
|
|
473
473
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
474
474
|
- when: manual
|
|
475
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
475
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
476
476
|
needs: []
|
|
477
477
|
retry: *a1
|
|
478
478
|
interruptible: true
|
|
@@ -65,7 +65,7 @@ workflow:
|
|
|
65
65
|
variables:
|
|
66
66
|
PIPELINE_ICON: 🐱📦
|
|
67
67
|
PIPELINE_NAME: Release $CI_COMMIT_TAG
|
|
68
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
68
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
69
69
|
variables:
|
|
70
70
|
PIPELINE_ICON: 🐱🔨
|
|
71
71
|
PIPELINE_NAME: Main - $CI_COMMIT_TITLE
|
|
@@ -116,7 +116,7 @@ before_script:
|
|
|
116
116
|
rules:
|
|
117
117
|
- when: never
|
|
118
118
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
119
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
119
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
120
120
|
needs: []
|
|
121
121
|
retry: &a1
|
|
122
122
|
max: 2
|
|
@@ -143,7 +143,7 @@ before_script:
|
|
|
143
143
|
rules:
|
|
144
144
|
- when: never
|
|
145
145
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
146
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
146
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
147
147
|
needs: []
|
|
148
148
|
retry: *a1
|
|
149
149
|
interruptible: true
|
|
@@ -171,7 +171,7 @@ before_script:
|
|
|
171
171
|
rules:
|
|
172
172
|
- when: never
|
|
173
173
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
174
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
174
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
175
175
|
needs: []
|
|
176
176
|
retry: *a1
|
|
177
177
|
interruptible: true
|
|
@@ -211,7 +211,7 @@ before_script:
|
|
|
211
211
|
rules:
|
|
212
212
|
- when: never
|
|
213
213
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
214
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
214
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
215
215
|
needs: []
|
|
216
216
|
retry: *a1
|
|
217
217
|
interruptible: true
|
|
@@ -356,7 +356,7 @@ before_script:
|
|
|
356
356
|
- when: never
|
|
357
357
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
358
358
|
- when: on_success
|
|
359
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
359
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
360
360
|
needs:
|
|
361
361
|
- job: 'app 👮 lint | dev '
|
|
362
362
|
artifacts: false
|
|
@@ -416,7 +416,7 @@ before_script:
|
|
|
416
416
|
- when: never
|
|
417
417
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
418
418
|
- when: manual
|
|
419
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
419
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
420
420
|
needs: []
|
|
421
421
|
retry: *a1
|
|
422
422
|
interruptible: true
|
|
@@ -468,7 +468,7 @@ before_script:
|
|
|
468
468
|
- when: never
|
|
469
469
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
470
470
|
- when: manual
|
|
471
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
471
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
472
472
|
needs: []
|
|
473
473
|
retry: *a1
|
|
474
474
|
interruptible: true
|
|
@@ -65,7 +65,7 @@ workflow:
|
|
|
65
65
|
variables:
|
|
66
66
|
PIPELINE_ICON: 🐱📦
|
|
67
67
|
PIPELINE_NAME: Release $CI_COMMIT_TAG
|
|
68
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
68
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
69
69
|
variables:
|
|
70
70
|
PIPELINE_ICON: 🐱🔨
|
|
71
71
|
PIPELINE_NAME: Main - $CI_COMMIT_TITLE
|
|
@@ -119,7 +119,7 @@ before_script:
|
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
122
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
122
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
123
123
|
needs: []
|
|
124
124
|
retry: &a1
|
|
125
125
|
max: 2
|
|
@@ -162,7 +162,7 @@ before_script:
|
|
|
162
162
|
rules:
|
|
163
163
|
- when: never
|
|
164
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
165
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
165
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
166
166
|
needs: []
|
|
167
167
|
retry: *a1
|
|
168
168
|
interruptible: true
|
|
@@ -201,7 +201,7 @@ before_script:
|
|
|
201
201
|
rules:
|
|
202
202
|
- when: never
|
|
203
203
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
204
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
204
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
205
205
|
needs: []
|
|
206
206
|
retry: *a1
|
|
207
207
|
interruptible: true
|
|
@@ -297,7 +297,7 @@ before_script:
|
|
|
297
297
|
rules:
|
|
298
298
|
- when: never
|
|
299
299
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
300
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
300
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
301
301
|
needs: []
|
|
302
302
|
retry: *a1
|
|
303
303
|
interruptible: true
|
|
@@ -358,7 +358,7 @@ before_script:
|
|
|
358
358
|
rules:
|
|
359
359
|
- when: never
|
|
360
360
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
361
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
361
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
362
362
|
needs:
|
|
363
363
|
- 'app1 🔨 app | dev '
|
|
364
364
|
retry: *a1
|
|
@@ -473,7 +473,7 @@ before_script:
|
|
|
473
473
|
- when: never
|
|
474
474
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
475
475
|
- when: on_success
|
|
476
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
476
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
477
477
|
needs:
|
|
478
478
|
- job: 'app1 👮 lint | dev '
|
|
479
479
|
artifacts: false
|
|
@@ -513,7 +513,7 @@ before_script:
|
|
|
513
513
|
- when: never
|
|
514
514
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
515
515
|
- when: manual
|
|
516
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
516
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
517
517
|
needs: []
|
|
518
518
|
retry: *a1
|
|
519
519
|
interruptible: true
|
|
@@ -1580,7 +1580,7 @@ before_script:
|
|
|
1580
1580
|
rules:
|
|
1581
1581
|
- when: never
|
|
1582
1582
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1583
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1583
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1584
1584
|
needs: []
|
|
1585
1585
|
retry: *a1
|
|
1586
1586
|
interruptible: true
|
|
@@ -1622,7 +1622,7 @@ before_script:
|
|
|
1622
1622
|
rules:
|
|
1623
1623
|
- when: never
|
|
1624
1624
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1625
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1625
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1626
1626
|
needs: []
|
|
1627
1627
|
retry: *a1
|
|
1628
1628
|
interruptible: true
|
|
@@ -1661,7 +1661,7 @@ before_script:
|
|
|
1661
1661
|
rules:
|
|
1662
1662
|
- when: never
|
|
1663
1663
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1664
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1664
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1665
1665
|
needs: []
|
|
1666
1666
|
retry: *a1
|
|
1667
1667
|
interruptible: true
|
|
@@ -1761,7 +1761,7 @@ before_script:
|
|
|
1761
1761
|
rules:
|
|
1762
1762
|
- when: never
|
|
1763
1763
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1764
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1764
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1765
1765
|
needs: []
|
|
1766
1766
|
retry: *a1
|
|
1767
1767
|
interruptible: true
|
|
@@ -1822,7 +1822,7 @@ before_script:
|
|
|
1822
1822
|
rules:
|
|
1823
1823
|
- when: never
|
|
1824
1824
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1825
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1825
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1826
1826
|
needs:
|
|
1827
1827
|
- 'app2 🔨 app | dev '
|
|
1828
1828
|
retry: *a1
|
|
@@ -1943,7 +1943,7 @@ before_script:
|
|
|
1943
1943
|
- when: never
|
|
1944
1944
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1945
1945
|
- when: on_success
|
|
1946
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1946
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1947
1947
|
needs:
|
|
1948
1948
|
- job: 'app2 👮 lint | dev '
|
|
1949
1949
|
artifacts: false
|
|
@@ -1983,7 +1983,7 @@ before_script:
|
|
|
1983
1983
|
- when: never
|
|
1984
1984
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1985
1985
|
- when: manual
|
|
1986
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1986
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1987
1987
|
needs: []
|
|
1988
1988
|
retry: *a1
|
|
1989
1989
|
interruptible: true
|
|
@@ -3080,7 +3080,7 @@ before_script:
|
|
|
3080
3080
|
rules:
|
|
3081
3081
|
- when: never
|
|
3082
3082
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3083
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3083
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
3084
3084
|
needs: []
|
|
3085
3085
|
retry: *a1
|
|
3086
3086
|
interruptible: true
|
|
@@ -3122,7 +3122,7 @@ before_script:
|
|
|
3122
3122
|
rules:
|
|
3123
3123
|
- when: never
|
|
3124
3124
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3125
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3125
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
3126
3126
|
needs: []
|
|
3127
3127
|
retry: *a1
|
|
3128
3128
|
interruptible: true
|
|
@@ -3161,7 +3161,7 @@ before_script:
|
|
|
3161
3161
|
rules:
|
|
3162
3162
|
- when: never
|
|
3163
3163
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3164
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3164
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
3165
3165
|
needs: []
|
|
3166
3166
|
retry: *a1
|
|
3167
3167
|
interruptible: true
|
|
@@ -3253,7 +3253,7 @@ before_script:
|
|
|
3253
3253
|
rules:
|
|
3254
3254
|
- when: never
|
|
3255
3255
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3256
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3256
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
3257
3257
|
needs: []
|
|
3258
3258
|
retry: *a1
|
|
3259
3259
|
interruptible: true
|
|
@@ -3314,7 +3314,7 @@ before_script:
|
|
|
3314
3314
|
rules:
|
|
3315
3315
|
- when: never
|
|
3316
3316
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3317
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3317
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
3318
3318
|
needs:
|
|
3319
3319
|
- 'app3 🔨 app | dev '
|
|
3320
3320
|
retry: *a1
|
|
@@ -3442,7 +3442,7 @@ before_script:
|
|
|
3442
3442
|
- when: never
|
|
3443
3443
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3444
3444
|
- when: on_success
|
|
3445
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3445
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
3446
3446
|
needs:
|
|
3447
3447
|
- job: 'app3 👮 lint | dev '
|
|
3448
3448
|
artifacts: false
|
|
@@ -3505,7 +3505,7 @@ before_script:
|
|
|
3505
3505
|
- when: never
|
|
3506
3506
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3507
3507
|
- when: manual
|
|
3508
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3508
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
3509
3509
|
needs: []
|
|
3510
3510
|
retry: *a1
|
|
3511
3511
|
interruptible: true
|
|
@@ -3558,7 +3558,7 @@ before_script:
|
|
|
3558
3558
|
- when: never
|
|
3559
3559
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3560
3560
|
- when: manual
|
|
3561
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3561
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
3562
3562
|
needs: []
|
|
3563
3563
|
retry: *a1
|
|
3564
3564
|
interruptible: true
|