@catladder/pipeline 3.34.1 → 3.35.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/build/node/cache.js +6 -3
- package/dist/constants.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/examples/__snapshots__/automatic-releases.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-execute-script-on-deploy.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-health-check-defaults.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-health-check-only-startup.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-health-check.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-http2.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-meteor-with-worker.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-storybook.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-with-agents.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-with-gpu.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-with-sql-legacy-jobs.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-with-sql-multiple-dbs.test.ts.snap +24 -0
- package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +16 -0
- package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +8 -0
- package/examples/__snapshots__/custom-deploy.test.ts.snap +8 -0
- package/examples/__snapshots__/custom-docker-file.test.ts.snap +8 -0
- package/examples/__snapshots__/custom-envs.test.ts.snap +14 -0
- package/examples/__snapshots__/custom-verify-job.test.ts.snap +8 -0
- package/examples/__snapshots__/git-submodule.test.ts.snap +8 -0
- package/examples/__snapshots__/kubernetes-application-customization.test.ts.snap +8 -0
- package/examples/__snapshots__/kubernetes-with-cloud-sql.test.ts.snap +8 -0
- package/examples/__snapshots__/kubernetes-with-jobs.test.ts.snap +16 -0
- package/examples/__snapshots__/kubernetes-with-mongodb.test.ts.snap +8 -0
- package/examples/__snapshots__/local-dot-env.test.ts.snap +8 -0
- package/examples/__snapshots__/meteor-kubernetes.test.ts.snap +8 -0
- package/examples/__snapshots__/modify-generated-files.test.ts.snap +8 -0
- package/examples/__snapshots__/modify-generated-yaml.test.ts.snap +8 -0
- package/examples/__snapshots__/multiline-var.test.ts.snap +24 -0
- package/examples/__snapshots__/native-app.test.ts.snap +16 -0
- package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +8 -0
- package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +8 -0
- package/examples/__snapshots__/override-secrets.test.ts.snap +8 -0
- package/examples/__snapshots__/referencing-other-vars.test.ts.snap +24 -0
- package/examples/__snapshots__/wait-for-other-deploy.test.ts.snap +16 -0
- package/examples/__snapshots__/workspace-api-www-turbo-cache.test.ts.snap +8 -0
- package/examples/__snapshots__/workspace-api-www.test.ts.snap +8 -0
- package/package.json +1 -1
- package/src/build/node/cache.ts +16 -1
|
@@ -158,6 +158,7 @@ before_script:
|
|
|
158
158
|
policy: pull-push
|
|
159
159
|
paths:
|
|
160
160
|
- app1/node_modules
|
|
161
|
+
- app1/.yarn/install-state.gz
|
|
161
162
|
rules:
|
|
162
163
|
- when: never
|
|
163
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -198,6 +199,7 @@ before_script:
|
|
|
198
199
|
policy: pull-push
|
|
199
200
|
paths:
|
|
200
201
|
- app1/node_modules
|
|
202
|
+
- app1/.yarn/install-state.gz
|
|
201
203
|
rules:
|
|
202
204
|
- when: never
|
|
203
205
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -293,6 +295,7 @@ before_script:
|
|
|
293
295
|
policy: pull-push
|
|
294
296
|
paths:
|
|
295
297
|
- app1/node_modules
|
|
298
|
+
- app1/.yarn/install-state.gz
|
|
296
299
|
artifacts:
|
|
297
300
|
paths:
|
|
298
301
|
- app1/__build_info.json
|
|
@@ -621,6 +624,7 @@ before_script:
|
|
|
621
624
|
policy: pull-push
|
|
622
625
|
paths:
|
|
623
626
|
- app1/node_modules
|
|
627
|
+
- app1/.yarn/install-state.gz
|
|
624
628
|
fallback_keys:
|
|
625
629
|
- app1-node-modules
|
|
626
630
|
rules:
|
|
@@ -665,6 +669,7 @@ before_script:
|
|
|
665
669
|
policy: pull-push
|
|
666
670
|
paths:
|
|
667
671
|
- app1/node_modules
|
|
672
|
+
- app1/.yarn/install-state.gz
|
|
668
673
|
fallback_keys:
|
|
669
674
|
- app1-node-modules
|
|
670
675
|
rules:
|
|
@@ -764,6 +769,7 @@ before_script:
|
|
|
764
769
|
policy: pull-push
|
|
765
770
|
paths:
|
|
766
771
|
- app1/node_modules
|
|
772
|
+
- app1/.yarn/install-state.gz
|
|
767
773
|
fallback_keys:
|
|
768
774
|
- app1-node-modules
|
|
769
775
|
artifacts:
|
|
@@ -1134,6 +1140,7 @@ before_script:
|
|
|
1134
1140
|
policy: pull-push
|
|
1135
1141
|
paths:
|
|
1136
1142
|
- app1/node_modules
|
|
1143
|
+
- app1/.yarn/install-state.gz
|
|
1137
1144
|
artifacts:
|
|
1138
1145
|
paths:
|
|
1139
1146
|
- app1/__build_info.json
|
|
@@ -1487,6 +1494,7 @@ before_script:
|
|
|
1487
1494
|
policy: pull-push
|
|
1488
1495
|
paths:
|
|
1489
1496
|
- app1/node_modules
|
|
1497
|
+
- app1/.yarn/install-state.gz
|
|
1490
1498
|
artifacts:
|
|
1491
1499
|
paths:
|
|
1492
1500
|
- app1/__build_info.json
|
|
@@ -1806,6 +1814,7 @@ before_script:
|
|
|
1806
1814
|
policy: pull-push
|
|
1807
1815
|
paths:
|
|
1808
1816
|
- app2/node_modules
|
|
1817
|
+
- app2/.yarn/install-state.gz
|
|
1809
1818
|
rules:
|
|
1810
1819
|
- when: never
|
|
1811
1820
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -1846,6 +1855,7 @@ before_script:
|
|
|
1846
1855
|
policy: pull-push
|
|
1847
1856
|
paths:
|
|
1848
1857
|
- app2/node_modules
|
|
1858
|
+
- app2/.yarn/install-state.gz
|
|
1849
1859
|
rules:
|
|
1850
1860
|
- when: never
|
|
1851
1861
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -1951,6 +1961,7 @@ before_script:
|
|
|
1951
1961
|
policy: pull-push
|
|
1952
1962
|
paths:
|
|
1953
1963
|
- app2/node_modules
|
|
1964
|
+
- app2/.yarn/install-state.gz
|
|
1954
1965
|
artifacts:
|
|
1955
1966
|
paths:
|
|
1956
1967
|
- app2/__build_info.json
|
|
@@ -2289,6 +2300,7 @@ before_script:
|
|
|
2289
2300
|
policy: pull-push
|
|
2290
2301
|
paths:
|
|
2291
2302
|
- app2/node_modules
|
|
2303
|
+
- app2/.yarn/install-state.gz
|
|
2292
2304
|
fallback_keys:
|
|
2293
2305
|
- app2-node-modules
|
|
2294
2306
|
rules:
|
|
@@ -2333,6 +2345,7 @@ before_script:
|
|
|
2333
2345
|
policy: pull-push
|
|
2334
2346
|
paths:
|
|
2335
2347
|
- app2/node_modules
|
|
2348
|
+
- app2/.yarn/install-state.gz
|
|
2336
2349
|
fallback_keys:
|
|
2337
2350
|
- app2-node-modules
|
|
2338
2351
|
rules:
|
|
@@ -2442,6 +2455,7 @@ before_script:
|
|
|
2442
2455
|
policy: pull-push
|
|
2443
2456
|
paths:
|
|
2444
2457
|
- app2/node_modules
|
|
2458
|
+
- app2/.yarn/install-state.gz
|
|
2445
2459
|
fallback_keys:
|
|
2446
2460
|
- app2-node-modules
|
|
2447
2461
|
artifacts:
|
|
@@ -2832,6 +2846,7 @@ before_script:
|
|
|
2832
2846
|
policy: pull-push
|
|
2833
2847
|
paths:
|
|
2834
2848
|
- app2/node_modules
|
|
2849
|
+
- app2/.yarn/install-state.gz
|
|
2835
2850
|
artifacts:
|
|
2836
2851
|
paths:
|
|
2837
2852
|
- app2/__build_info.json
|
|
@@ -3205,6 +3220,7 @@ before_script:
|
|
|
3205
3220
|
policy: pull-push
|
|
3206
3221
|
paths:
|
|
3207
3222
|
- app2/node_modules
|
|
3223
|
+
- app2/.yarn/install-state.gz
|
|
3208
3224
|
artifacts:
|
|
3209
3225
|
paths:
|
|
3210
3226
|
- app2/__build_info.json
|
|
@@ -3534,6 +3550,7 @@ before_script:
|
|
|
3534
3550
|
policy: pull-push
|
|
3535
3551
|
paths:
|
|
3536
3552
|
- kube/node_modules
|
|
3553
|
+
- kube/.yarn/install-state.gz
|
|
3537
3554
|
rules:
|
|
3538
3555
|
- when: never
|
|
3539
3556
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -3574,6 +3591,7 @@ before_script:
|
|
|
3574
3591
|
policy: pull-push
|
|
3575
3592
|
paths:
|
|
3576
3593
|
- kube/node_modules
|
|
3594
|
+
- kube/.yarn/install-state.gz
|
|
3577
3595
|
rules:
|
|
3578
3596
|
- when: never
|
|
3579
3597
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -3714,6 +3732,7 @@ before_script:
|
|
|
3714
3732
|
policy: pull-push
|
|
3715
3733
|
paths:
|
|
3716
3734
|
- kube/node_modules
|
|
3735
|
+
- kube/.yarn/install-state.gz
|
|
3717
3736
|
artifacts:
|
|
3718
3737
|
paths:
|
|
3719
3738
|
- kube/__build_info.json
|
|
@@ -4243,6 +4262,7 @@ before_script:
|
|
|
4243
4262
|
policy: pull-push
|
|
4244
4263
|
paths:
|
|
4245
4264
|
- kube/node_modules
|
|
4265
|
+
- kube/.yarn/install-state.gz
|
|
4246
4266
|
fallback_keys:
|
|
4247
4267
|
- kube-node-modules
|
|
4248
4268
|
rules:
|
|
@@ -4287,6 +4307,7 @@ before_script:
|
|
|
4287
4307
|
policy: pull-push
|
|
4288
4308
|
paths:
|
|
4289
4309
|
- kube/node_modules
|
|
4310
|
+
- kube/.yarn/install-state.gz
|
|
4290
4311
|
fallback_keys:
|
|
4291
4312
|
- kube-node-modules
|
|
4292
4313
|
rules:
|
|
@@ -4431,6 +4452,7 @@ before_script:
|
|
|
4431
4452
|
policy: pull-push
|
|
4432
4453
|
paths:
|
|
4433
4454
|
- kube/node_modules
|
|
4455
|
+
- kube/.yarn/install-state.gz
|
|
4434
4456
|
fallback_keys:
|
|
4435
4457
|
- kube-node-modules
|
|
4436
4458
|
artifacts:
|
|
@@ -5042,6 +5064,7 @@ before_script:
|
|
|
5042
5064
|
policy: pull-push
|
|
5043
5065
|
paths:
|
|
5044
5066
|
- kube/node_modules
|
|
5067
|
+
- kube/.yarn/install-state.gz
|
|
5045
5068
|
artifacts:
|
|
5046
5069
|
paths:
|
|
5047
5070
|
- kube/__build_info.json
|
|
@@ -5641,6 +5664,7 @@ before_script:
|
|
|
5641
5664
|
policy: pull-push
|
|
5642
5665
|
paths:
|
|
5643
5666
|
- kube/node_modules
|
|
5667
|
+
- kube/.yarn/install-state.gz
|
|
5644
5668
|
artifacts:
|
|
5645
5669
|
paths:
|
|
5646
5670
|
- kube/__build_info.json
|
|
@@ -162,6 +162,7 @@ before_script:
|
|
|
162
162
|
policy: pull-push
|
|
163
163
|
paths:
|
|
164
164
|
- app/node_modules
|
|
165
|
+
- app/.yarn/install-state.gz
|
|
165
166
|
rules:
|
|
166
167
|
- when: never
|
|
167
168
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -204,6 +205,7 @@ before_script:
|
|
|
204
205
|
policy: pull-push
|
|
205
206
|
paths:
|
|
206
207
|
- app/node_modules
|
|
208
|
+
- app/.yarn/install-state.gz
|
|
207
209
|
rules:
|
|
208
210
|
- when: never
|
|
209
211
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -284,6 +286,7 @@ before_script:
|
|
|
284
286
|
policy: pull-push
|
|
285
287
|
paths:
|
|
286
288
|
- app/node_modules
|
|
289
|
+
- app/.yarn/install-state.gz
|
|
287
290
|
- key:
|
|
288
291
|
files:
|
|
289
292
|
- app/Gemfile.lock
|
|
@@ -459,6 +462,7 @@ before_script:
|
|
|
459
462
|
policy: pull-push
|
|
460
463
|
paths:
|
|
461
464
|
- app/node_modules
|
|
465
|
+
- app/.yarn/install-state.gz
|
|
462
466
|
fallback_keys:
|
|
463
467
|
- app-node-modules
|
|
464
468
|
rules:
|
|
@@ -505,6 +509,7 @@ before_script:
|
|
|
505
509
|
policy: pull-push
|
|
506
510
|
paths:
|
|
507
511
|
- app/node_modules
|
|
512
|
+
- app/.yarn/install-state.gz
|
|
508
513
|
fallback_keys:
|
|
509
514
|
- app-node-modules
|
|
510
515
|
rules:
|
|
@@ -589,6 +594,7 @@ before_script:
|
|
|
589
594
|
policy: pull-push
|
|
590
595
|
paths:
|
|
591
596
|
- app/node_modules
|
|
597
|
+
- app/.yarn/install-state.gz
|
|
592
598
|
fallback_keys:
|
|
593
599
|
- app-node-modules
|
|
594
600
|
- key:
|
|
@@ -779,6 +785,7 @@ before_script:
|
|
|
779
785
|
policy: pull-push
|
|
780
786
|
paths:
|
|
781
787
|
- app/node_modules
|
|
788
|
+
- app/.yarn/install-state.gz
|
|
782
789
|
- key:
|
|
783
790
|
files:
|
|
784
791
|
- app/Gemfile.lock
|
|
@@ -961,6 +968,7 @@ before_script:
|
|
|
961
968
|
policy: pull-push
|
|
962
969
|
paths:
|
|
963
970
|
- app/node_modules
|
|
971
|
+
- app/.yarn/install-state.gz
|
|
964
972
|
- key:
|
|
965
973
|
files:
|
|
966
974
|
- app/Gemfile.lock
|
|
@@ -1124,6 +1132,7 @@ before_script:
|
|
|
1124
1132
|
policy: pull-push
|
|
1125
1133
|
paths:
|
|
1126
1134
|
- api/node_modules
|
|
1135
|
+
- api/.yarn/install-state.gz
|
|
1127
1136
|
rules:
|
|
1128
1137
|
- when: never
|
|
1129
1138
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -1164,6 +1173,7 @@ before_script:
|
|
|
1164
1173
|
policy: pull-push
|
|
1165
1174
|
paths:
|
|
1166
1175
|
- api/node_modules
|
|
1176
|
+
- api/.yarn/install-state.gz
|
|
1167
1177
|
rules:
|
|
1168
1178
|
- when: never
|
|
1169
1179
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -1236,6 +1246,7 @@ before_script:
|
|
|
1236
1246
|
policy: pull-push
|
|
1237
1247
|
paths:
|
|
1238
1248
|
- api/node_modules
|
|
1249
|
+
- api/.yarn/install-state.gz
|
|
1239
1250
|
artifacts:
|
|
1240
1251
|
paths:
|
|
1241
1252
|
- api/__build_info.json
|
|
@@ -1539,6 +1550,7 @@ before_script:
|
|
|
1539
1550
|
policy: pull-push
|
|
1540
1551
|
paths:
|
|
1541
1552
|
- api/node_modules
|
|
1553
|
+
- api/.yarn/install-state.gz
|
|
1542
1554
|
fallback_keys:
|
|
1543
1555
|
- api-node-modules
|
|
1544
1556
|
rules:
|
|
@@ -1583,6 +1595,7 @@ before_script:
|
|
|
1583
1595
|
policy: pull-push
|
|
1584
1596
|
paths:
|
|
1585
1597
|
- api/node_modules
|
|
1598
|
+
- api/.yarn/install-state.gz
|
|
1586
1599
|
fallback_keys:
|
|
1587
1600
|
- api-node-modules
|
|
1588
1601
|
rules:
|
|
@@ -1659,6 +1672,7 @@ before_script:
|
|
|
1659
1672
|
policy: pull-push
|
|
1660
1673
|
paths:
|
|
1661
1674
|
- api/node_modules
|
|
1675
|
+
- api/.yarn/install-state.gz
|
|
1662
1676
|
fallback_keys:
|
|
1663
1677
|
- api-node-modules
|
|
1664
1678
|
artifacts:
|
|
@@ -1981,6 +1995,7 @@ before_script:
|
|
|
1981
1995
|
policy: pull-push
|
|
1982
1996
|
paths:
|
|
1983
1997
|
- api/node_modules
|
|
1998
|
+
- api/.yarn/install-state.gz
|
|
1984
1999
|
artifacts:
|
|
1985
2000
|
paths:
|
|
1986
2001
|
- api/__build_info.json
|
|
@@ -2286,6 +2301,7 @@ before_script:
|
|
|
2286
2301
|
policy: pull-push
|
|
2287
2302
|
paths:
|
|
2288
2303
|
- api/node_modules
|
|
2304
|
+
- api/.yarn/install-state.gz
|
|
2289
2305
|
artifacts:
|
|
2290
2306
|
paths:
|
|
2291
2307
|
- api/__build_info.json
|
|
@@ -158,6 +158,7 @@ before_script:
|
|
|
158
158
|
policy: pull-push
|
|
159
159
|
paths:
|
|
160
160
|
- www/node_modules
|
|
161
|
+
- www/.yarn/install-state.gz
|
|
161
162
|
rules:
|
|
162
163
|
- when: never
|
|
163
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -198,6 +199,7 @@ before_script:
|
|
|
198
199
|
policy: pull-push
|
|
199
200
|
paths:
|
|
200
201
|
- www/node_modules
|
|
202
|
+
- www/.yarn/install-state.gz
|
|
201
203
|
rules:
|
|
202
204
|
- when: never
|
|
203
205
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -270,6 +272,7 @@ before_script:
|
|
|
270
272
|
policy: pull-push
|
|
271
273
|
paths:
|
|
272
274
|
- www/node_modules
|
|
275
|
+
- www/.yarn/install-state.gz
|
|
273
276
|
artifacts:
|
|
274
277
|
paths:
|
|
275
278
|
- www/__build_info.json
|
|
@@ -573,6 +576,7 @@ before_script:
|
|
|
573
576
|
policy: pull-push
|
|
574
577
|
paths:
|
|
575
578
|
- www/node_modules
|
|
579
|
+
- www/.yarn/install-state.gz
|
|
576
580
|
fallback_keys:
|
|
577
581
|
- www-node-modules
|
|
578
582
|
rules:
|
|
@@ -617,6 +621,7 @@ before_script:
|
|
|
617
621
|
policy: pull-push
|
|
618
622
|
paths:
|
|
619
623
|
- www/node_modules
|
|
624
|
+
- www/.yarn/install-state.gz
|
|
620
625
|
fallback_keys:
|
|
621
626
|
- www-node-modules
|
|
622
627
|
rules:
|
|
@@ -693,6 +698,7 @@ before_script:
|
|
|
693
698
|
policy: pull-push
|
|
694
699
|
paths:
|
|
695
700
|
- www/node_modules
|
|
701
|
+
- www/.yarn/install-state.gz
|
|
696
702
|
fallback_keys:
|
|
697
703
|
- www-node-modules
|
|
698
704
|
artifacts:
|
|
@@ -1015,6 +1021,7 @@ before_script:
|
|
|
1015
1021
|
policy: pull-push
|
|
1016
1022
|
paths:
|
|
1017
1023
|
- www/node_modules
|
|
1024
|
+
- www/.yarn/install-state.gz
|
|
1018
1025
|
artifacts:
|
|
1019
1026
|
paths:
|
|
1020
1027
|
- www/__build_info.json
|
|
@@ -1320,6 +1327,7 @@ before_script:
|
|
|
1320
1327
|
policy: pull-push
|
|
1321
1328
|
paths:
|
|
1322
1329
|
- www/node_modules
|
|
1330
|
+
- www/.yarn/install-state.gz
|
|
1323
1331
|
artifacts:
|
|
1324
1332
|
paths:
|
|
1325
1333
|
- www/__build_info.json
|
|
@@ -158,6 +158,7 @@ before_script:
|
|
|
158
158
|
policy: pull-push
|
|
159
159
|
paths:
|
|
160
160
|
- www/node_modules
|
|
161
|
+
- www/.yarn/install-state.gz
|
|
161
162
|
rules:
|
|
162
163
|
- when: never
|
|
163
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -198,6 +199,7 @@ before_script:
|
|
|
198
199
|
policy: pull-push
|
|
199
200
|
paths:
|
|
200
201
|
- www/node_modules
|
|
202
|
+
- www/.yarn/install-state.gz
|
|
201
203
|
rules:
|
|
202
204
|
- when: never
|
|
203
205
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -270,6 +272,7 @@ before_script:
|
|
|
270
272
|
policy: pull-push
|
|
271
273
|
paths:
|
|
272
274
|
- www/node_modules
|
|
275
|
+
- www/.yarn/install-state.gz
|
|
273
276
|
artifacts:
|
|
274
277
|
paths:
|
|
275
278
|
- www/__build_info.json
|
|
@@ -575,6 +578,7 @@ before_script:
|
|
|
575
578
|
policy: pull-push
|
|
576
579
|
paths:
|
|
577
580
|
- www/node_modules
|
|
581
|
+
- www/.yarn/install-state.gz
|
|
578
582
|
fallback_keys:
|
|
579
583
|
- www-node-modules
|
|
580
584
|
rules:
|
|
@@ -619,6 +623,7 @@ before_script:
|
|
|
619
623
|
policy: pull-push
|
|
620
624
|
paths:
|
|
621
625
|
- www/node_modules
|
|
626
|
+
- www/.yarn/install-state.gz
|
|
622
627
|
fallback_keys:
|
|
623
628
|
- www-node-modules
|
|
624
629
|
rules:
|
|
@@ -695,6 +700,7 @@ before_script:
|
|
|
695
700
|
policy: pull-push
|
|
696
701
|
paths:
|
|
697
702
|
- www/node_modules
|
|
703
|
+
- www/.yarn/install-state.gz
|
|
698
704
|
fallback_keys:
|
|
699
705
|
- www-node-modules
|
|
700
706
|
artifacts:
|
|
@@ -1019,6 +1025,7 @@ before_script:
|
|
|
1019
1025
|
policy: pull-push
|
|
1020
1026
|
paths:
|
|
1021
1027
|
- www/node_modules
|
|
1028
|
+
- www/.yarn/install-state.gz
|
|
1022
1029
|
artifacts:
|
|
1023
1030
|
paths:
|
|
1024
1031
|
- www/__build_info.json
|
|
@@ -1326,6 +1333,7 @@ before_script:
|
|
|
1326
1333
|
policy: pull-push
|
|
1327
1334
|
paths:
|
|
1328
1335
|
- www/node_modules
|
|
1336
|
+
- www/.yarn/install-state.gz
|
|
1329
1337
|
artifacts:
|
|
1330
1338
|
paths:
|
|
1331
1339
|
- www/__build_info.json
|
|
@@ -158,6 +158,7 @@ before_script:
|
|
|
158
158
|
policy: pull-push
|
|
159
159
|
paths:
|
|
160
160
|
- app/node_modules
|
|
161
|
+
- app/.yarn/install-state.gz
|
|
161
162
|
rules:
|
|
162
163
|
- when: never
|
|
163
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -198,6 +199,7 @@ before_script:
|
|
|
198
199
|
policy: pull-push
|
|
199
200
|
paths:
|
|
200
201
|
- app/node_modules
|
|
202
|
+
- app/.yarn/install-state.gz
|
|
201
203
|
rules:
|
|
202
204
|
- when: never
|
|
203
205
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -272,6 +274,7 @@ before_script:
|
|
|
272
274
|
policy: pull-push
|
|
273
275
|
paths:
|
|
274
276
|
- app/node_modules
|
|
277
|
+
- app/.yarn/install-state.gz
|
|
275
278
|
artifacts:
|
|
276
279
|
paths:
|
|
277
280
|
- app/__build_info.json
|
|
@@ -578,6 +581,7 @@ before_script:
|
|
|
578
581
|
policy: pull-push
|
|
579
582
|
paths:
|
|
580
583
|
- app/node_modules
|
|
584
|
+
- app/.yarn/install-state.gz
|
|
581
585
|
fallback_keys:
|
|
582
586
|
- app-node-modules
|
|
583
587
|
rules:
|
|
@@ -622,6 +626,7 @@ before_script:
|
|
|
622
626
|
policy: pull-push
|
|
623
627
|
paths:
|
|
624
628
|
- app/node_modules
|
|
629
|
+
- app/.yarn/install-state.gz
|
|
625
630
|
fallback_keys:
|
|
626
631
|
- app-node-modules
|
|
627
632
|
rules:
|
|
@@ -702,6 +707,7 @@ before_script:
|
|
|
702
707
|
policy: pull-push
|
|
703
708
|
paths:
|
|
704
709
|
- app/node_modules
|
|
710
|
+
- app/.yarn/install-state.gz
|
|
705
711
|
fallback_keys:
|
|
706
712
|
- app-node-modules
|
|
707
713
|
artifacts:
|
|
@@ -1032,6 +1038,7 @@ before_script:
|
|
|
1032
1038
|
policy: pull-push
|
|
1033
1039
|
paths:
|
|
1034
1040
|
- app/node_modules
|
|
1041
|
+
- app/.yarn/install-state.gz
|
|
1035
1042
|
artifacts:
|
|
1036
1043
|
paths:
|
|
1037
1044
|
- app/__build_info.json
|
|
@@ -1342,6 +1349,7 @@ before_script:
|
|
|
1342
1349
|
policy: pull-push
|
|
1343
1350
|
paths:
|
|
1344
1351
|
- app/node_modules
|
|
1352
|
+
- app/.yarn/install-state.gz
|
|
1345
1353
|
artifacts:
|
|
1346
1354
|
paths:
|
|
1347
1355
|
- app/__build_info.json
|
|
@@ -158,6 +158,7 @@ before_script:
|
|
|
158
158
|
policy: pull-push
|
|
159
159
|
paths:
|
|
160
160
|
- app1/node_modules
|
|
161
|
+
- app1/.yarn/install-state.gz
|
|
161
162
|
rules:
|
|
162
163
|
- when: never
|
|
163
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -198,6 +199,7 @@ before_script:
|
|
|
198
199
|
policy: pull-push
|
|
199
200
|
paths:
|
|
200
201
|
- app1/node_modules
|
|
202
|
+
- app1/.yarn/install-state.gz
|
|
201
203
|
rules:
|
|
202
204
|
- when: never
|
|
203
205
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -280,6 +282,7 @@ before_script:
|
|
|
280
282
|
policy: pull-push
|
|
281
283
|
paths:
|
|
282
284
|
- app1/node_modules
|
|
285
|
+
- app1/.yarn/install-state.gz
|
|
283
286
|
artifacts:
|
|
284
287
|
paths:
|
|
285
288
|
- app1/__build_info.json
|
|
@@ -598,6 +601,7 @@ before_script:
|
|
|
598
601
|
policy: pull-push
|
|
599
602
|
paths:
|
|
600
603
|
- app1/node_modules
|
|
604
|
+
- app1/.yarn/install-state.gz
|
|
601
605
|
fallback_keys:
|
|
602
606
|
- app1-node-modules
|
|
603
607
|
rules:
|
|
@@ -642,6 +646,7 @@ before_script:
|
|
|
642
646
|
policy: pull-push
|
|
643
647
|
paths:
|
|
644
648
|
- app1/node_modules
|
|
649
|
+
- app1/.yarn/install-state.gz
|
|
645
650
|
fallback_keys:
|
|
646
651
|
- app1-node-modules
|
|
647
652
|
rules:
|
|
@@ -728,6 +733,7 @@ before_script:
|
|
|
728
733
|
policy: pull-push
|
|
729
734
|
paths:
|
|
730
735
|
- app1/node_modules
|
|
736
|
+
- app1/.yarn/install-state.gz
|
|
731
737
|
fallback_keys:
|
|
732
738
|
- app1-node-modules
|
|
733
739
|
artifacts:
|
|
@@ -1075,6 +1081,7 @@ before_script:
|
|
|
1075
1081
|
policy: pull-push
|
|
1076
1082
|
paths:
|
|
1077
1083
|
- app1/node_modules
|
|
1084
|
+
- app1/.yarn/install-state.gz
|
|
1078
1085
|
artifacts:
|
|
1079
1086
|
paths:
|
|
1080
1087
|
- app1/__build_info.json
|
|
@@ -1405,6 +1412,7 @@ before_script:
|
|
|
1405
1412
|
policy: pull-push
|
|
1406
1413
|
paths:
|
|
1407
1414
|
- app1/node_modules
|
|
1415
|
+
- app1/.yarn/install-state.gz
|
|
1408
1416
|
artifacts:
|
|
1409
1417
|
paths:
|
|
1410
1418
|
- app1/__build_info.json
|
|
@@ -1714,6 +1722,7 @@ before_script:
|
|
|
1714
1722
|
policy: pull-push
|
|
1715
1723
|
paths:
|
|
1716
1724
|
- app2/node_modules
|
|
1725
|
+
- app2/.yarn/install-state.gz
|
|
1717
1726
|
rules:
|
|
1718
1727
|
- when: never
|
|
1719
1728
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -1754,6 +1763,7 @@ before_script:
|
|
|
1754
1763
|
policy: pull-push
|
|
1755
1764
|
paths:
|
|
1756
1765
|
- app2/node_modules
|
|
1766
|
+
- app2/.yarn/install-state.gz
|
|
1757
1767
|
rules:
|
|
1758
1768
|
- when: never
|
|
1759
1769
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -1840,6 +1850,7 @@ before_script:
|
|
|
1840
1850
|
policy: pull-push
|
|
1841
1851
|
paths:
|
|
1842
1852
|
- app2/node_modules
|
|
1853
|
+
- app2/.yarn/install-state.gz
|
|
1843
1854
|
artifacts:
|
|
1844
1855
|
paths:
|
|
1845
1856
|
- app2/__build_info.json
|
|
@@ -2164,6 +2175,7 @@ before_script:
|
|
|
2164
2175
|
policy: pull-push
|
|
2165
2176
|
paths:
|
|
2166
2177
|
- app2/node_modules
|
|
2178
|
+
- app2/.yarn/install-state.gz
|
|
2167
2179
|
fallback_keys:
|
|
2168
2180
|
- app2-node-modules
|
|
2169
2181
|
rules:
|
|
@@ -2208,6 +2220,7 @@ before_script:
|
|
|
2208
2220
|
policy: pull-push
|
|
2209
2221
|
paths:
|
|
2210
2222
|
- app2/node_modules
|
|
2223
|
+
- app2/.yarn/install-state.gz
|
|
2211
2224
|
fallback_keys:
|
|
2212
2225
|
- app2-node-modules
|
|
2213
2226
|
rules:
|
|
@@ -2298,6 +2311,7 @@ before_script:
|
|
|
2298
2311
|
policy: pull-push
|
|
2299
2312
|
paths:
|
|
2300
2313
|
- app2/node_modules
|
|
2314
|
+
- app2/.yarn/install-state.gz
|
|
2301
2315
|
fallback_keys:
|
|
2302
2316
|
- app2-node-modules
|
|
2303
2317
|
artifacts:
|
|
@@ -2655,6 +2669,7 @@ before_script:
|
|
|
2655
2669
|
policy: pull-push
|
|
2656
2670
|
paths:
|
|
2657
2671
|
- app2/node_modules
|
|
2672
|
+
- app2/.yarn/install-state.gz
|
|
2658
2673
|
artifacts:
|
|
2659
2674
|
paths:
|
|
2660
2675
|
- app2/__build_info.json
|
|
@@ -2995,6 +3010,7 @@ before_script:
|
|
|
2995
3010
|
policy: pull-push
|
|
2996
3011
|
paths:
|
|
2997
3012
|
- app2/node_modules
|
|
3013
|
+
- app2/.yarn/install-state.gz
|
|
2998
3014
|
artifacts:
|
|
2999
3015
|
paths:
|
|
3000
3016
|
- app2/__build_info.json
|
|
@@ -3310,6 +3326,7 @@ before_script:
|
|
|
3310
3326
|
policy: pull-push
|
|
3311
3327
|
paths:
|
|
3312
3328
|
- kube/node_modules
|
|
3329
|
+
- kube/.yarn/install-state.gz
|
|
3313
3330
|
rules:
|
|
3314
3331
|
- when: never
|
|
3315
3332
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -3350,6 +3367,7 @@ before_script:
|
|
|
3350
3367
|
policy: pull-push
|
|
3351
3368
|
paths:
|
|
3352
3369
|
- kube/node_modules
|
|
3370
|
+
- kube/.yarn/install-state.gz
|
|
3353
3371
|
rules:
|
|
3354
3372
|
- when: never
|
|
3355
3373
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -3430,6 +3448,7 @@ before_script:
|
|
|
3430
3448
|
policy: pull-push
|
|
3431
3449
|
paths:
|
|
3432
3450
|
- kube/node_modules
|
|
3451
|
+
- kube/.yarn/install-state.gz
|
|
3433
3452
|
artifacts:
|
|
3434
3453
|
paths:
|
|
3435
3454
|
- kube/__build_info.json
|
|
@@ -3840,6 +3859,7 @@ before_script:
|
|
|
3840
3859
|
policy: pull-push
|
|
3841
3860
|
paths:
|
|
3842
3861
|
- kube/node_modules
|
|
3862
|
+
- kube/.yarn/install-state.gz
|
|
3843
3863
|
fallback_keys:
|
|
3844
3864
|
- kube-node-modules
|
|
3845
3865
|
rules:
|
|
@@ -3884,6 +3904,7 @@ before_script:
|
|
|
3884
3904
|
policy: pull-push
|
|
3885
3905
|
paths:
|
|
3886
3906
|
- kube/node_modules
|
|
3907
|
+
- kube/.yarn/install-state.gz
|
|
3887
3908
|
fallback_keys:
|
|
3888
3909
|
- kube-node-modules
|
|
3889
3910
|
rules:
|
|
@@ -3968,6 +3989,7 @@ before_script:
|
|
|
3968
3989
|
policy: pull-push
|
|
3969
3990
|
paths:
|
|
3970
3991
|
- kube/node_modules
|
|
3992
|
+
- kube/.yarn/install-state.gz
|
|
3971
3993
|
fallback_keys:
|
|
3972
3994
|
- kube-node-modules
|
|
3973
3995
|
artifacts:
|
|
@@ -4400,6 +4422,7 @@ before_script:
|
|
|
4400
4422
|
policy: pull-push
|
|
4401
4423
|
paths:
|
|
4402
4424
|
- kube/node_modules
|
|
4425
|
+
- kube/.yarn/install-state.gz
|
|
4403
4426
|
artifacts:
|
|
4404
4427
|
paths:
|
|
4405
4428
|
- kube/__build_info.json
|
|
@@ -4820,6 +4843,7 @@ before_script:
|
|
|
4820
4843
|
policy: pull-push
|
|
4821
4844
|
paths:
|
|
4822
4845
|
- kube/node_modules
|
|
4846
|
+
- kube/.yarn/install-state.gz
|
|
4823
4847
|
artifacts:
|
|
4824
4848
|
paths:
|
|
4825
4849
|
- kube/__build_info.json
|