@catladder/pipeline 4.5.0 → 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/pipeline/createMainPipeline.js +1 -1
- package/dist/pipeline/gitlab/createGitlabPipeline.js +1 -1
- package/dist/rules/index.d.ts +3 -2
- package/dist/rules/index.js +7 -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 +10 -6
|
@@ -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
|
|
@@ -266,7 +266,7 @@ before_script:
|
|
|
266
266
|
rules:
|
|
267
267
|
- when: never
|
|
268
268
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
269
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
269
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
270
270
|
needs: []
|
|
271
271
|
retry: *a1
|
|
272
272
|
interruptible: true
|
|
@@ -327,7 +327,7 @@ before_script:
|
|
|
327
327
|
rules:
|
|
328
328
|
- when: never
|
|
329
329
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
330
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
330
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
331
331
|
needs:
|
|
332
332
|
- 'api 🔨 app | dev '
|
|
333
333
|
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: 'api 👮 lint | dev '
|
|
456
456
|
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
|
|
@@ -556,7 +556,7 @@ before_script:
|
|
|
556
556
|
- when: never
|
|
557
557
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
558
558
|
- when: manual
|
|
559
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
559
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
560
560
|
needs: []
|
|
561
561
|
retry: *a1
|
|
562
562
|
interruptible: true
|
|
@@ -1742,7 +1742,7 @@ before_script:
|
|
|
1742
1742
|
rules:
|
|
1743
1743
|
- when: never
|
|
1744
1744
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1745
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1745
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1746
1746
|
needs: []
|
|
1747
1747
|
retry: *a1
|
|
1748
1748
|
interruptible: true
|
|
@@ -1784,7 +1784,7 @@ before_script:
|
|
|
1784
1784
|
rules:
|
|
1785
1785
|
- when: never
|
|
1786
1786
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1787
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1787
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1788
1788
|
needs: []
|
|
1789
1789
|
retry: *a1
|
|
1790
1790
|
interruptible: true
|
|
@@ -1823,7 +1823,7 @@ before_script:
|
|
|
1823
1823
|
rules:
|
|
1824
1824
|
- when: never
|
|
1825
1825
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1826
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1826
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1827
1827
|
needs: []
|
|
1828
1828
|
retry: *a1
|
|
1829
1829
|
interruptible: true
|
|
@@ -1905,7 +1905,7 @@ before_script:
|
|
|
1905
1905
|
rules:
|
|
1906
1906
|
- when: never
|
|
1907
1907
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1908
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1908
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1909
1909
|
needs: []
|
|
1910
1910
|
retry: *a1
|
|
1911
1911
|
interruptible: true
|
|
@@ -1966,7 +1966,7 @@ before_script:
|
|
|
1966
1966
|
rules:
|
|
1967
1967
|
- when: never
|
|
1968
1968
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1969
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1969
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1970
1970
|
needs:
|
|
1971
1971
|
- 'www 🔨 app | dev '
|
|
1972
1972
|
retry: *a1
|
|
@@ -2079,7 +2079,7 @@ before_script:
|
|
|
2079
2079
|
- when: never
|
|
2080
2080
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
2081
2081
|
- when: on_success
|
|
2082
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
2082
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
2083
2083
|
needs:
|
|
2084
2084
|
- job: 'www 👮 lint | dev '
|
|
2085
2085
|
artifacts: false
|
|
@@ -2137,7 +2137,7 @@ before_script:
|
|
|
2137
2137
|
- when: never
|
|
2138
2138
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
2139
2139
|
- when: manual
|
|
2140
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
2140
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
2141
2141
|
needs: []
|
|
2142
2142
|
retry: *a1
|
|
2143
2143
|
interruptible: true
|
|
@@ -2185,7 +2185,7 @@ before_script:
|
|
|
2185
2185
|
- when: never
|
|
2186
2186
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
2187
2187
|
- when: manual
|
|
2188
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
2188
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
2189
2189
|
needs: []
|
|
2190
2190
|
retry: *a1
|
|
2191
2191
|
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
|
|
@@ -268,7 +268,7 @@ before_script:
|
|
|
268
268
|
rules:
|
|
269
269
|
- when: never
|
|
270
270
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
271
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
271
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
272
272
|
needs: []
|
|
273
273
|
retry: *a1
|
|
274
274
|
interruptible: true
|
|
@@ -329,7 +329,7 @@ before_script:
|
|
|
329
329
|
rules:
|
|
330
330
|
- when: never
|
|
331
331
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
332
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
332
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
333
333
|
needs:
|
|
334
334
|
- 'api 🔨 app | dev '
|
|
335
335
|
retry: *a1
|
|
@@ -491,7 +491,7 @@ before_script:
|
|
|
491
491
|
- when: never
|
|
492
492
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
493
493
|
- when: on_success
|
|
494
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
494
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
495
495
|
needs:
|
|
496
496
|
- job: 'api 👮 lint | dev '
|
|
497
497
|
artifacts: false
|
|
@@ -551,7 +551,7 @@ before_script:
|
|
|
551
551
|
- when: never
|
|
552
552
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
553
553
|
- when: manual
|
|
554
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
554
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
555
555
|
needs: []
|
|
556
556
|
retry: *a1
|
|
557
557
|
interruptible: true
|
|
@@ -601,7 +601,7 @@ before_script:
|
|
|
601
601
|
- when: never
|
|
602
602
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
603
603
|
- when: manual
|
|
604
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
604
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
605
605
|
needs: []
|
|
606
606
|
retry: *a1
|
|
607
607
|
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
|
|
@@ -268,7 +268,7 @@ before_script:
|
|
|
268
268
|
rules:
|
|
269
269
|
- when: never
|
|
270
270
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
271
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
271
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
272
272
|
needs: []
|
|
273
273
|
retry: *a1
|
|
274
274
|
interruptible: true
|
|
@@ -329,7 +329,7 @@ before_script:
|
|
|
329
329
|
rules:
|
|
330
330
|
- when: never
|
|
331
331
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
332
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
332
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
333
333
|
needs:
|
|
334
334
|
- 'api 🔨 app | dev '
|
|
335
335
|
retry: *a1
|
|
@@ -429,7 +429,7 @@ before_script:
|
|
|
429
429
|
- when: never
|
|
430
430
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
431
431
|
- when: on_success
|
|
432
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
432
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
433
433
|
needs:
|
|
434
434
|
- job: 'api 👮 lint | dev '
|
|
435
435
|
artifacts: false
|
|
@@ -469,7 +469,7 @@ before_script:
|
|
|
469
469
|
- when: never
|
|
470
470
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
471
471
|
- when: manual
|
|
472
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
472
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
473
473
|
needs: []
|
|
474
474
|
retry: *a1
|
|
475
475
|
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
|
|
@@ -273,7 +273,7 @@ before_script:
|
|
|
273
273
|
rules:
|
|
274
274
|
- when: never
|
|
275
275
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
276
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
276
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
277
277
|
needs: []
|
|
278
278
|
retry: *a1
|
|
279
279
|
interruptible: true
|
|
@@ -319,7 +319,7 @@ before_script:
|
|
|
319
319
|
rules:
|
|
320
320
|
- when: never
|
|
321
321
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
322
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
322
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
323
323
|
needs:
|
|
324
324
|
- 'web 🔨 app | dev '
|
|
325
325
|
retry: *a1
|
|
@@ -469,7 +469,7 @@ before_script:
|
|
|
469
469
|
- when: never
|
|
470
470
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
471
471
|
- when: on_success
|
|
472
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
472
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
473
473
|
needs:
|
|
474
474
|
- job: 'web 👮 lint | dev '
|
|
475
475
|
artifacts: false
|
|
@@ -528,7 +528,7 @@ before_script:
|
|
|
528
528
|
- when: never
|
|
529
529
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
530
530
|
- when: manual
|
|
531
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
531
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
532
532
|
needs: []
|
|
533
533
|
retry: *a1
|
|
534
534
|
interruptible: true
|
|
@@ -577,7 +577,7 @@ before_script:
|
|
|
577
577
|
- when: never
|
|
578
578
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
579
579
|
- when: manual
|
|
580
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
580
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
581
581
|
needs: []
|
|
582
582
|
retry: *a1
|
|
583
583
|
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
|
|
@@ -277,7 +277,7 @@ before_script:
|
|
|
277
277
|
rules:
|
|
278
278
|
- when: never
|
|
279
279
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
280
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
280
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
281
281
|
needs: []
|
|
282
282
|
retry: *a1
|
|
283
283
|
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
|
|
@@ -277,7 +277,7 @@ before_script:
|
|
|
277
277
|
rules:
|
|
278
278
|
- when: never
|
|
279
279
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
280
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
280
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
281
281
|
needs: []
|
|
282
282
|
retry: *a1
|
|
283
283
|
interruptible: true
|