@catladder/pipeline 4.2.2 → 4.4.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/pipeline/createMainPipeline.js +1 -1
- package/dist/pipeline/gitlab/createGitlabPipeline.js +1 -1
- package/dist/rules/index.d.ts +2 -2
- package/dist/rules/index.js +4 -4
- 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/pipeline/createMainPipeline.ts +2 -2
- package/src/pipeline/gitlab/createGitlabPipeline.ts +2 -2
- package/src/rules/index.ts +8 -4
|
@@ -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
|
|
@@ -1151,7 +1151,7 @@ before_script:
|
|
|
1151
1151
|
rules:
|
|
1152
1152
|
- when: never
|
|
1153
1153
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1154
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1154
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
1155
1155
|
needs: []
|
|
1156
1156
|
retry: *a1
|
|
1157
1157
|
interruptible: true
|
|
@@ -1212,7 +1212,7 @@ before_script:
|
|
|
1212
1212
|
rules:
|
|
1213
1213
|
- when: never
|
|
1214
1214
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1215
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1215
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
1216
1216
|
needs:
|
|
1217
1217
|
- 'api 🔨 app | dev '
|
|
1218
1218
|
retry: *a1
|
|
@@ -1309,7 +1309,7 @@ before_script:
|
|
|
1309
1309
|
- when: never
|
|
1310
1310
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1311
1311
|
- when: on_success
|
|
1312
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1312
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
1313
1313
|
needs:
|
|
1314
1314
|
- job: 'api 👮 lint | dev '
|
|
1315
1315
|
artifacts: false
|
|
@@ -1349,7 +1349,7 @@ before_script:
|
|
|
1349
1349
|
- when: never
|
|
1350
1350
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1351
1351
|
- when: manual
|
|
1352
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1352
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
1353
1353
|
needs: []
|
|
1354
1354
|
retry: *a1
|
|
1355
1355
|
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
|
|
@@ -285,7 +285,7 @@ before_script:
|
|
|
285
285
|
rules:
|
|
286
286
|
- when: never
|
|
287
287
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
288
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
288
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
289
289
|
needs: []
|
|
290
290
|
retry: *a1
|
|
291
291
|
interruptible: true
|
|
@@ -346,7 +346,7 @@ before_script:
|
|
|
346
346
|
rules:
|
|
347
347
|
- when: never
|
|
348
348
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
349
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
349
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
350
350
|
needs:
|
|
351
351
|
- 'www 🔨 app | dev '
|
|
352
352
|
retry: *a1
|
|
@@ -443,7 +443,7 @@ before_script:
|
|
|
443
443
|
- when: never
|
|
444
444
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
445
445
|
- when: on_success
|
|
446
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
446
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
447
447
|
needs:
|
|
448
448
|
- job: 'www 👮 lint | dev '
|
|
449
449
|
artifacts: false
|
|
@@ -483,7 +483,7 @@ before_script:
|
|
|
483
483
|
- when: never
|
|
484
484
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
485
485
|
- when: manual
|
|
486
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
486
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
487
487
|
needs: []
|
|
488
488
|
retry: *a1
|
|
489
489
|
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
|
|
@@ -285,7 +285,7 @@ before_script:
|
|
|
285
285
|
rules:
|
|
286
286
|
- when: never
|
|
287
287
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
288
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
288
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
289
289
|
needs: []
|
|
290
290
|
retry: *a1
|
|
291
291
|
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
|
|
@@ -445,7 +445,7 @@ before_script:
|
|
|
445
445
|
- when: never
|
|
446
446
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
447
447
|
- when: on_success
|
|
448
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
448
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
449
449
|
needs:
|
|
450
450
|
- job: 'www 👮 lint | dev '
|
|
451
451
|
artifacts: false
|
|
@@ -485,7 +485,7 @@ before_script:
|
|
|
485
485
|
- when: never
|
|
486
486
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
487
487
|
- when: manual
|
|
488
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
488
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
489
489
|
needs: []
|
|
490
490
|
retry: *a1
|
|
491
491
|
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
|
- 'my-app 🔨 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: 'my-app 👮 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
|
|
@@ -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
|
|
@@ -295,7 +295,7 @@ before_script:
|
|
|
295
295
|
rules:
|
|
296
296
|
- when: never
|
|
297
297
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
298
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
298
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
299
299
|
needs: []
|
|
300
300
|
retry: *a1
|
|
301
301
|
interruptible: true
|
|
@@ -356,7 +356,7 @@ before_script:
|
|
|
356
356
|
rules:
|
|
357
357
|
- when: never
|
|
358
358
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
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
|
- 'app1 🔨 app | dev '
|
|
362
362
|
retry: *a1
|
|
@@ -468,7 +468,7 @@ before_script:
|
|
|
468
468
|
- when: never
|
|
469
469
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
470
470
|
- when: on_success
|
|
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
|
- job: 'app1 👮 lint | dev '
|
|
474
474
|
artifacts: false
|
|
@@ -508,7 +508,7 @@ before_script:
|
|
|
508
508
|
- when: never
|
|
509
509
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
510
510
|
- when: manual
|
|
511
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
511
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
512
512
|
needs: []
|
|
513
513
|
retry: *a1
|
|
514
514
|
interruptible: true
|
|
@@ -1560,7 +1560,7 @@ before_script:
|
|
|
1560
1560
|
rules:
|
|
1561
1561
|
- when: never
|
|
1562
1562
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1563
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1563
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
1564
1564
|
needs: []
|
|
1565
1565
|
retry: *a1
|
|
1566
1566
|
interruptible: true
|
|
@@ -1602,7 +1602,7 @@ before_script:
|
|
|
1602
1602
|
rules:
|
|
1603
1603
|
- when: never
|
|
1604
1604
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1605
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1605
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
1606
1606
|
needs: []
|
|
1607
1607
|
retry: *a1
|
|
1608
1608
|
interruptible: true
|
|
@@ -1641,7 +1641,7 @@ before_script:
|
|
|
1641
1641
|
rules:
|
|
1642
1642
|
- when: never
|
|
1643
1643
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1644
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1644
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
1645
1645
|
needs: []
|
|
1646
1646
|
retry: *a1
|
|
1647
1647
|
interruptible: true
|
|
@@ -1739,7 +1739,7 @@ before_script:
|
|
|
1739
1739
|
rules:
|
|
1740
1740
|
- when: never
|
|
1741
1741
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1742
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1742
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
1743
1743
|
needs: []
|
|
1744
1744
|
retry: *a1
|
|
1745
1745
|
interruptible: true
|
|
@@ -1800,7 +1800,7 @@ before_script:
|
|
|
1800
1800
|
rules:
|
|
1801
1801
|
- when: never
|
|
1802
1802
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1803
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1803
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
1804
1804
|
needs:
|
|
1805
1805
|
- 'app2 🔨 app | dev '
|
|
1806
1806
|
retry: *a1
|
|
@@ -1918,7 +1918,7 @@ before_script:
|
|
|
1918
1918
|
- when: never
|
|
1919
1919
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1920
1920
|
- when: on_success
|
|
1921
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1921
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
1922
1922
|
needs:
|
|
1923
1923
|
- job: 'app2 👮 lint | dev '
|
|
1924
1924
|
artifacts: false
|
|
@@ -1958,7 +1958,7 @@ before_script:
|
|
|
1958
1958
|
- when: never
|
|
1959
1959
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1960
1960
|
- when: manual
|
|
1961
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1961
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
1962
1962
|
needs: []
|
|
1963
1963
|
retry: *a1
|
|
1964
1964
|
interruptible: true
|
|
@@ -3040,7 +3040,7 @@ before_script:
|
|
|
3040
3040
|
rules:
|
|
3041
3041
|
- when: never
|
|
3042
3042
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3043
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3043
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
3044
3044
|
needs: []
|
|
3045
3045
|
retry: *a1
|
|
3046
3046
|
interruptible: true
|
|
@@ -3082,7 +3082,7 @@ before_script:
|
|
|
3082
3082
|
rules:
|
|
3083
3083
|
- when: never
|
|
3084
3084
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3085
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3085
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
3086
3086
|
needs: []
|
|
3087
3087
|
retry: *a1
|
|
3088
3088
|
interruptible: true
|
|
@@ -3121,7 +3121,7 @@ before_script:
|
|
|
3121
3121
|
rules:
|
|
3122
3122
|
- when: never
|
|
3123
3123
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3124
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3124
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
3125
3125
|
needs: []
|
|
3126
3126
|
retry: *a1
|
|
3127
3127
|
interruptible: true
|
|
@@ -3213,7 +3213,7 @@ before_script:
|
|
|
3213
3213
|
rules:
|
|
3214
3214
|
- when: never
|
|
3215
3215
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3216
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3216
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
3217
3217
|
needs: []
|
|
3218
3218
|
retry: *a1
|
|
3219
3219
|
interruptible: true
|
|
@@ -3274,7 +3274,7 @@ before_script:
|
|
|
3274
3274
|
rules:
|
|
3275
3275
|
- when: never
|
|
3276
3276
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3277
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3277
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
3278
3278
|
needs:
|
|
3279
3279
|
- 'app3 🔨 app | dev '
|
|
3280
3280
|
retry: *a1
|
|
@@ -3402,7 +3402,7 @@ before_script:
|
|
|
3402
3402
|
- when: never
|
|
3403
3403
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3404
3404
|
- when: on_success
|
|
3405
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3405
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
3406
3406
|
needs:
|
|
3407
3407
|
- job: 'app3 👮 lint | dev '
|
|
3408
3408
|
artifacts: false
|
|
@@ -3465,7 +3465,7 @@ before_script:
|
|
|
3465
3465
|
- when: never
|
|
3466
3466
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3467
3467
|
- when: manual
|
|
3468
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3468
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
3469
3469
|
needs: []
|
|
3470
3470
|
retry: *a1
|
|
3471
3471
|
interruptible: true
|
|
@@ -3518,7 +3518,7 @@ before_script:
|
|
|
3518
3518
|
- when: never
|
|
3519
3519
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
3520
3520
|
- when: manual
|
|
3521
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
3521
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
3522
3522
|
needs: []
|
|
3523
3523
|
retry: *a1
|
|
3524
3524
|
interruptible: true
|