@catladder/pipeline 3.23.1 → 3.25.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/artifacts/createBuildJobArtifact.js +13 -5
- package/dist/build/index.js +2 -1
- package/dist/build/types.d.ts +10 -0
- package/dist/constants.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/examples/__snapshots__/automatic-releases.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-health-check-defaults.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-health-check-only-startup.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-health-check.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-http2.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-storybook.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-with-agents.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-with-gpu.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-with-sql-legacy-jobs.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-with-sql-multiple-dbs.test.ts.snap +12 -0
- package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +8 -0
- package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +4 -0
- package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +4 -0
- package/examples/__snapshots__/custom-deploy.test.ts.snap +4 -0
- package/examples/__snapshots__/custom-envs.test.ts.snap +6 -0
- package/examples/__snapshots__/custom-verify-job.test.ts.snap +4 -0
- package/examples/__snapshots__/git-submodule.test.ts.snap +4 -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 +12 -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__/modify-generated-files.test.ts.snap +4 -0
- package/examples/__snapshots__/modify-generated-yaml.test.ts.snap +4 -0
- package/examples/__snapshots__/multiline-var.test.ts.snap +12 -0
- package/examples/__snapshots__/native-app.test.ts.snap +8 -0
- package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +4 -0
- package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +4 -0
- package/examples/__snapshots__/override-secrets.test.ts.snap +4 -0
- package/examples/__snapshots__/referencing-other-vars.test.ts.snap +12 -0
- package/examples/__snapshots__/wait-for-other-deploy.test.ts.snap +8 -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/artifacts/createBuildJobArtifact.ts +35 -7
- package/src/build/index.ts +1 -0
- package/src/build/types.ts +11 -0
|
@@ -303,6 +303,7 @@ db1 🧪 test:
|
|
|
303
303
|
- packages/db1/dist
|
|
304
304
|
exclude:
|
|
305
305
|
- packages/db1/.env
|
|
306
|
+
- packages/db1/.next/cache/**/*
|
|
306
307
|
expire_in: 1 day
|
|
307
308
|
when: always
|
|
308
309
|
reports: {}
|
|
@@ -662,6 +663,7 @@ db1 🧪 test:
|
|
|
662
663
|
- packages/db1/dist
|
|
663
664
|
exclude:
|
|
664
665
|
- packages/db1/.env
|
|
666
|
+
- packages/db1/.next/cache/**/*
|
|
665
667
|
expire_in: 1 day
|
|
666
668
|
when: always
|
|
667
669
|
reports: {}
|
|
@@ -1030,6 +1032,7 @@ db1 🧪 test:
|
|
|
1030
1032
|
- packages/db1/dist
|
|
1031
1033
|
exclude:
|
|
1032
1034
|
- packages/db1/.env
|
|
1035
|
+
- packages/db1/.next/cache/**/*
|
|
1033
1036
|
expire_in: 1 day
|
|
1034
1037
|
when: always
|
|
1035
1038
|
reports: {}
|
|
@@ -1382,6 +1385,7 @@ db1 🧪 test:
|
|
|
1382
1385
|
- packages/db1/dist
|
|
1383
1386
|
exclude:
|
|
1384
1387
|
- packages/db1/.env
|
|
1388
|
+
- packages/db1/.next/cache/**/*
|
|
1385
1389
|
expire_in: 1 day
|
|
1386
1390
|
when: always
|
|
1387
1391
|
reports: {}
|
|
@@ -1844,6 +1848,7 @@ db2 🧪 test:
|
|
|
1844
1848
|
- packages/db2/dist
|
|
1845
1849
|
exclude:
|
|
1846
1850
|
- packages/db2/.env
|
|
1851
|
+
- packages/db2/.next/cache/**/*
|
|
1847
1852
|
expire_in: 1 day
|
|
1848
1853
|
when: always
|
|
1849
1854
|
reports: {}
|
|
@@ -2203,6 +2208,7 @@ db2 🧪 test:
|
|
|
2203
2208
|
- packages/db2/dist
|
|
2204
2209
|
exclude:
|
|
2205
2210
|
- packages/db2/.env
|
|
2211
|
+
- packages/db2/.next/cache/**/*
|
|
2206
2212
|
expire_in: 1 day
|
|
2207
2213
|
when: always
|
|
2208
2214
|
reports: {}
|
|
@@ -2571,6 +2577,7 @@ db2 🧪 test:
|
|
|
2571
2577
|
- packages/db2/dist
|
|
2572
2578
|
exclude:
|
|
2573
2579
|
- packages/db2/.env
|
|
2580
|
+
- packages/db2/.next/cache/**/*
|
|
2574
2581
|
expire_in: 1 day
|
|
2575
2582
|
when: always
|
|
2576
2583
|
reports: {}
|
|
@@ -2923,6 +2930,7 @@ db2 🧪 test:
|
|
|
2923
2930
|
- packages/db2/dist
|
|
2924
2931
|
exclude:
|
|
2925
2932
|
- packages/db2/.env
|
|
2933
|
+
- packages/db2/.next/cache/**/*
|
|
2926
2934
|
expire_in: 1 day
|
|
2927
2935
|
when: always
|
|
2928
2936
|
reports: {}
|
|
@@ -3385,6 +3393,7 @@ api 🧪 test:
|
|
|
3385
3393
|
- api/dist
|
|
3386
3394
|
exclude:
|
|
3387
3395
|
- api/.env
|
|
3396
|
+
- api/.next/cache/**/*
|
|
3388
3397
|
expire_in: 1 day
|
|
3389
3398
|
when: always
|
|
3390
3399
|
reports: {}
|
|
@@ -3733,6 +3742,7 @@ api 🧪 test:
|
|
|
3733
3742
|
- api/dist
|
|
3734
3743
|
exclude:
|
|
3735
3744
|
- api/.env
|
|
3745
|
+
- api/.next/cache/**/*
|
|
3736
3746
|
expire_in: 1 day
|
|
3737
3747
|
when: always
|
|
3738
3748
|
reports: {}
|
|
@@ -4090,6 +4100,7 @@ api 🧪 test:
|
|
|
4090
4100
|
- api/dist
|
|
4091
4101
|
exclude:
|
|
4092
4102
|
- api/.env
|
|
4103
|
+
- api/.next/cache/**/*
|
|
4093
4104
|
expire_in: 1 day
|
|
4094
4105
|
when: always
|
|
4095
4106
|
reports: {}
|
|
@@ -4431,6 +4442,7 @@ api 🧪 test:
|
|
|
4431
4442
|
- api/dist
|
|
4432
4443
|
exclude:
|
|
4433
4444
|
- api/.env
|
|
4445
|
+
- api/.next/cache/**/*
|
|
4434
4446
|
expire_in: 1 day
|
|
4435
4447
|
when: always
|
|
4436
4448
|
reports: {}
|
|
@@ -301,6 +301,7 @@ api 🧪 test:
|
|
|
301
301
|
- api/dist
|
|
302
302
|
exclude:
|
|
303
303
|
- api/.env
|
|
304
|
+
- api/.next/cache/**/*
|
|
304
305
|
expire_in: 1 day
|
|
305
306
|
when: always
|
|
306
307
|
reports: {}
|
|
@@ -644,6 +645,7 @@ api 🧪 test:
|
|
|
644
645
|
- api/dist
|
|
645
646
|
exclude:
|
|
646
647
|
- api/.env
|
|
648
|
+
- api/.next/cache/**/*
|
|
647
649
|
expire_in: 1 day
|
|
648
650
|
when: always
|
|
649
651
|
reports: {}
|
|
@@ -996,6 +998,7 @@ api 🧪 test:
|
|
|
996
998
|
- api/dist
|
|
997
999
|
exclude:
|
|
998
1000
|
- api/.env
|
|
1001
|
+
- api/.next/cache/**/*
|
|
999
1002
|
expire_in: 1 day
|
|
1000
1003
|
when: always
|
|
1001
1004
|
reports: {}
|
|
@@ -1332,6 +1335,7 @@ api 🧪 test:
|
|
|
1332
1335
|
- api/dist
|
|
1333
1336
|
exclude:
|
|
1334
1337
|
- api/.env
|
|
1338
|
+
- api/.next/cache/**/*
|
|
1335
1339
|
expire_in: 1 day
|
|
1336
1340
|
when: always
|
|
1337
1341
|
reports: {}
|
|
@@ -1778,6 +1782,7 @@ worker 🧪 test:
|
|
|
1778
1782
|
- api/dist
|
|
1779
1783
|
exclude:
|
|
1780
1784
|
- api/.env
|
|
1785
|
+
- api/.next/cache/**/*
|
|
1781
1786
|
expire_in: 1 day
|
|
1782
1787
|
when: always
|
|
1783
1788
|
reports: {}
|
|
@@ -2121,6 +2126,7 @@ worker 🧪 test:
|
|
|
2121
2126
|
- api/dist
|
|
2122
2127
|
exclude:
|
|
2123
2128
|
- api/.env
|
|
2129
|
+
- api/.next/cache/**/*
|
|
2124
2130
|
expire_in: 1 day
|
|
2125
2131
|
when: always
|
|
2126
2132
|
reports: {}
|
|
@@ -2473,6 +2479,7 @@ worker 🧪 test:
|
|
|
2473
2479
|
- api/dist
|
|
2474
2480
|
exclude:
|
|
2475
2481
|
- api/.env
|
|
2482
|
+
- api/.next/cache/**/*
|
|
2476
2483
|
expire_in: 1 day
|
|
2477
2484
|
when: always
|
|
2478
2485
|
reports: {}
|
|
@@ -2809,6 +2816,7 @@ worker 🧪 test:
|
|
|
2809
2816
|
- api/dist
|
|
2810
2817
|
exclude:
|
|
2811
2818
|
- api/.env
|
|
2819
|
+
- api/.next/cache/**/*
|
|
2812
2820
|
expire_in: 1 day
|
|
2813
2821
|
when: always
|
|
2814
2822
|
reports: {}
|
|
@@ -307,6 +307,7 @@ api 🧪 test:
|
|
|
307
307
|
- api/dist
|
|
308
308
|
exclude:
|
|
309
309
|
- api/.env
|
|
310
|
+
- api/.next/cache/**/*
|
|
310
311
|
expire_in: 1 day
|
|
311
312
|
when: always
|
|
312
313
|
reports: {}
|
|
@@ -726,6 +727,7 @@ api 🧪 test:
|
|
|
726
727
|
- api/dist
|
|
727
728
|
exclude:
|
|
728
729
|
- api/.env
|
|
730
|
+
- api/.next/cache/**/*
|
|
729
731
|
expire_in: 1 day
|
|
730
732
|
when: always
|
|
731
733
|
reports: {}
|
|
@@ -1146,6 +1148,7 @@ api 🧪 test:
|
|
|
1146
1148
|
- api/dist
|
|
1147
1149
|
exclude:
|
|
1148
1150
|
- api/.env
|
|
1151
|
+
- api/.next/cache/**/*
|
|
1149
1152
|
expire_in: 1 day
|
|
1150
1153
|
when: always
|
|
1151
1154
|
reports: {}
|
|
@@ -1556,6 +1559,7 @@ api 🧪 test:
|
|
|
1556
1559
|
- api/dist
|
|
1557
1560
|
exclude:
|
|
1558
1561
|
- api/.env
|
|
1562
|
+
- api/.next/cache/**/*
|
|
1559
1563
|
expire_in: 1 day
|
|
1560
1564
|
when: always
|
|
1561
1565
|
reports: {}
|
|
@@ -289,6 +289,7 @@ api 🧪 test:
|
|
|
289
289
|
- api/dist
|
|
290
290
|
exclude:
|
|
291
291
|
- api/.env
|
|
292
|
+
- api/.next/cache/**/*
|
|
292
293
|
expire_in: 1 day
|
|
293
294
|
when: always
|
|
294
295
|
reports: {}
|
|
@@ -600,6 +601,7 @@ api 🧪 test:
|
|
|
600
601
|
- api/dist
|
|
601
602
|
exclude:
|
|
602
603
|
- api/.env
|
|
604
|
+
- api/.next/cache/**/*
|
|
603
605
|
expire_in: 1 day
|
|
604
606
|
when: always
|
|
605
607
|
reports: {}
|
|
@@ -915,6 +917,7 @@ api 🧪 test:
|
|
|
915
917
|
- api/dist
|
|
916
918
|
exclude:
|
|
917
919
|
- api/.env
|
|
920
|
+
- api/.next/cache/**/*
|
|
918
921
|
expire_in: 1 day
|
|
919
922
|
when: always
|
|
920
923
|
reports: {}
|
|
@@ -1219,6 +1222,7 @@ api 🧪 test:
|
|
|
1219
1222
|
- api/dist
|
|
1220
1223
|
exclude:
|
|
1221
1224
|
- api/.env
|
|
1225
|
+
- api/.next/cache/**/*
|
|
1222
1226
|
expire_in: 1 day
|
|
1223
1227
|
when: always
|
|
1224
1228
|
reports: {}
|
|
@@ -281,6 +281,7 @@ www 🧪 test:
|
|
|
281
281
|
- www/dist
|
|
282
282
|
exclude:
|
|
283
283
|
- www/.env
|
|
284
|
+
- www/.next/cache/**/*
|
|
284
285
|
expire_in: 1 day
|
|
285
286
|
when: always
|
|
286
287
|
reports: {}
|
|
@@ -496,6 +497,7 @@ www 🧪 test:
|
|
|
496
497
|
- www/dist
|
|
497
498
|
exclude:
|
|
498
499
|
- www/.env
|
|
500
|
+
- www/.next/cache/**/*
|
|
499
501
|
expire_in: 1 day
|
|
500
502
|
when: always
|
|
501
503
|
reports: {}
|
|
@@ -742,6 +744,7 @@ www 🧪 test:
|
|
|
742
744
|
- www/dist
|
|
743
745
|
exclude:
|
|
744
746
|
- www/.env
|
|
747
|
+
- www/.next/cache/**/*
|
|
745
748
|
expire_in: 1 day
|
|
746
749
|
when: always
|
|
747
750
|
reports: {}
|
|
@@ -951,6 +954,7 @@ www 🧪 test:
|
|
|
951
954
|
- www/dist
|
|
952
955
|
exclude:
|
|
953
956
|
- www/.env
|
|
957
|
+
- www/.next/cache/**/*
|
|
954
958
|
expire_in: 1 day
|
|
955
959
|
when: always
|
|
956
960
|
reports: {}
|
|
@@ -315,6 +315,7 @@ api 🧪 test:
|
|
|
315
315
|
- api/dist
|
|
316
316
|
exclude:
|
|
317
317
|
- api/.env
|
|
318
|
+
- api/.next/cache/**/*
|
|
318
319
|
expire_in: 1 day
|
|
319
320
|
when: always
|
|
320
321
|
reports: {}
|
|
@@ -411,6 +412,7 @@ api 🧪 test:
|
|
|
411
412
|
- api/dist
|
|
412
413
|
exclude:
|
|
413
414
|
- api/.env
|
|
415
|
+
- api/.next/cache/**/*
|
|
414
416
|
expire_in: 1 day
|
|
415
417
|
when: always
|
|
416
418
|
reports: {}
|
|
@@ -507,6 +509,7 @@ api 🧪 test:
|
|
|
507
509
|
- api/dist
|
|
508
510
|
exclude:
|
|
509
511
|
- api/.env
|
|
512
|
+
- api/.next/cache/**/*
|
|
510
513
|
expire_in: 1 day
|
|
511
514
|
when: always
|
|
512
515
|
reports: {}
|
|
@@ -603,6 +606,7 @@ api 🧪 test:
|
|
|
603
606
|
- api/dist
|
|
604
607
|
exclude:
|
|
605
608
|
- api/.env
|
|
609
|
+
- api/.next/cache/**/*
|
|
606
610
|
expire_in: 1 day
|
|
607
611
|
when: always
|
|
608
612
|
reports: {}
|
|
@@ -699,6 +703,7 @@ api 🧪 test:
|
|
|
699
703
|
- api/dist
|
|
700
704
|
exclude:
|
|
701
705
|
- api/.env
|
|
706
|
+
- api/.next/cache/**/*
|
|
702
707
|
expire_in: 1 day
|
|
703
708
|
when: always
|
|
704
709
|
reports: {}
|
|
@@ -795,6 +800,7 @@ api 🧪 test:
|
|
|
795
800
|
- api/dist
|
|
796
801
|
exclude:
|
|
797
802
|
- api/.env
|
|
803
|
+
- api/.next/cache/**/*
|
|
798
804
|
expire_in: 1 day
|
|
799
805
|
when: always
|
|
800
806
|
reports: {}
|
|
@@ -289,6 +289,7 @@ www 🧪 test:
|
|
|
289
289
|
- www/dist
|
|
290
290
|
exclude:
|
|
291
291
|
- www/.env
|
|
292
|
+
- www/.next/cache/**/*
|
|
292
293
|
expire_in: 1 day
|
|
293
294
|
when: always
|
|
294
295
|
reports: {}
|
|
@@ -653,6 +654,7 @@ www 🧪 test:
|
|
|
653
654
|
- www/dist
|
|
654
655
|
exclude:
|
|
655
656
|
- www/.env
|
|
657
|
+
- www/.next/cache/**/*
|
|
656
658
|
expire_in: 1 day
|
|
657
659
|
when: always
|
|
658
660
|
reports: {}
|
|
@@ -1023,6 +1025,7 @@ www 🧪 test:
|
|
|
1023
1025
|
- www/dist
|
|
1024
1026
|
exclude:
|
|
1025
1027
|
- www/.env
|
|
1028
|
+
- www/.next/cache/**/*
|
|
1026
1029
|
expire_in: 1 day
|
|
1027
1030
|
when: always
|
|
1028
1031
|
reports: {}
|
|
@@ -1380,6 +1383,7 @@ www 🧪 test:
|
|
|
1380
1383
|
- www/dist
|
|
1381
1384
|
exclude:
|
|
1382
1385
|
- www/.env
|
|
1386
|
+
- www/.next/cache/**/*
|
|
1383
1387
|
expire_in: 1 day
|
|
1384
1388
|
when: always
|
|
1385
1389
|
reports: {}
|
|
@@ -290,6 +290,7 @@ app 🧪 test:
|
|
|
290
290
|
- app/dist
|
|
291
291
|
exclude:
|
|
292
292
|
- app/.env
|
|
293
|
+
- app/.next/cache/**/*
|
|
293
294
|
expire_in: 1 day
|
|
294
295
|
when: always
|
|
295
296
|
reports: {}
|
|
@@ -599,6 +600,7 @@ app 🧪 test:
|
|
|
599
600
|
- app/dist
|
|
600
601
|
exclude:
|
|
601
602
|
- app/.env
|
|
603
|
+
- app/.next/cache/**/*
|
|
602
604
|
expire_in: 1 day
|
|
603
605
|
when: always
|
|
604
606
|
reports: {}
|
|
@@ -914,6 +916,7 @@ app 🧪 test:
|
|
|
914
916
|
- app/dist
|
|
915
917
|
exclude:
|
|
916
918
|
- app/.env
|
|
919
|
+
- app/.next/cache/**/*
|
|
917
920
|
expire_in: 1 day
|
|
918
921
|
when: always
|
|
919
922
|
reports: {}
|
|
@@ -1216,6 +1219,7 @@ app 🧪 test:
|
|
|
1216
1219
|
- app/dist
|
|
1217
1220
|
exclude:
|
|
1218
1221
|
- app/.env
|
|
1222
|
+
- app/.next/cache/**/*
|
|
1219
1223
|
expire_in: 1 day
|
|
1220
1224
|
when: always
|
|
1221
1225
|
reports: {}
|
|
@@ -269,6 +269,8 @@ api 🧪 test:
|
|
|
269
269
|
- api/__build_info.json
|
|
270
270
|
- api/.next
|
|
271
271
|
- api/dist
|
|
272
|
+
exclude:
|
|
273
|
+
- api/.next/cache/**/*
|
|
272
274
|
expire_in: 1 day
|
|
273
275
|
when: always
|
|
274
276
|
reports: {}
|
|
@@ -659,6 +661,8 @@ api 🧪 test:
|
|
|
659
661
|
- api/__build_info.json
|
|
660
662
|
- api/.next
|
|
661
663
|
- api/dist
|
|
664
|
+
exclude:
|
|
665
|
+
- api/.next/cache/**/*
|
|
662
666
|
expire_in: 1 day
|
|
663
667
|
when: always
|
|
664
668
|
reports: {}
|
|
@@ -1050,6 +1054,8 @@ api 🧪 test:
|
|
|
1050
1054
|
- api/__build_info.json
|
|
1051
1055
|
- api/.next
|
|
1052
1056
|
- api/dist
|
|
1057
|
+
exclude:
|
|
1058
|
+
- api/.next/cache/**/*
|
|
1053
1059
|
expire_in: 1 day
|
|
1054
1060
|
when: always
|
|
1055
1061
|
reports: {}
|
|
@@ -1433,6 +1439,8 @@ api 🧪 test:
|
|
|
1433
1439
|
- api/__build_info.json
|
|
1434
1440
|
- api/.next
|
|
1435
1441
|
- api/dist
|
|
1442
|
+
exclude:
|
|
1443
|
+
- api/.next/cache/**/*
|
|
1436
1444
|
expire_in: 1 day
|
|
1437
1445
|
when: always
|
|
1438
1446
|
reports: {}
|
|
@@ -271,6 +271,8 @@ api 🧪 test:
|
|
|
271
271
|
- api/__build_info.json
|
|
272
272
|
- api/.next
|
|
273
273
|
- api/dist
|
|
274
|
+
exclude:
|
|
275
|
+
- api/.next/cache/**/*
|
|
274
276
|
expire_in: 1 day
|
|
275
277
|
when: always
|
|
276
278
|
reports: {}
|
|
@@ -666,6 +668,8 @@ api 🧪 test:
|
|
|
666
668
|
- api/__build_info.json
|
|
667
669
|
- api/.next
|
|
668
670
|
- api/dist
|
|
671
|
+
exclude:
|
|
672
|
+
- api/.next/cache/**/*
|
|
669
673
|
expire_in: 1 day
|
|
670
674
|
when: always
|
|
671
675
|
reports: {}
|
|
@@ -1062,6 +1066,8 @@ api 🧪 test:
|
|
|
1062
1066
|
- api/__build_info.json
|
|
1063
1067
|
- api/.next
|
|
1064
1068
|
- api/dist
|
|
1069
|
+
exclude:
|
|
1070
|
+
- api/.next/cache/**/*
|
|
1065
1071
|
expire_in: 1 day
|
|
1066
1072
|
when: always
|
|
1067
1073
|
reports: {}
|
|
@@ -1450,6 +1456,8 @@ api 🧪 test:
|
|
|
1450
1456
|
- api/__build_info.json
|
|
1451
1457
|
- api/.next
|
|
1452
1458
|
- api/dist
|
|
1459
|
+
exclude:
|
|
1460
|
+
- api/.next/cache/**/*
|
|
1453
1461
|
expire_in: 1 day
|
|
1454
1462
|
when: always
|
|
1455
1463
|
reports: {}
|
|
@@ -269,6 +269,8 @@ api 🧪 test:
|
|
|
269
269
|
- api/__build_info.json
|
|
270
270
|
- api/.next
|
|
271
271
|
- api/dist
|
|
272
|
+
exclude:
|
|
273
|
+
- api/.next/cache/**/*
|
|
272
274
|
expire_in: 1 day
|
|
273
275
|
when: always
|
|
274
276
|
reports: {}
|
|
@@ -650,6 +652,8 @@ api 🧪 test:
|
|
|
650
652
|
- api/__build_info.json
|
|
651
653
|
- api/.next
|
|
652
654
|
- api/dist
|
|
655
|
+
exclude:
|
|
656
|
+
- api/.next/cache/**/*
|
|
653
657
|
expire_in: 1 day
|
|
654
658
|
when: always
|
|
655
659
|
reports: {}
|
|
@@ -1027,6 +1031,8 @@ api 🧪 test:
|
|
|
1027
1031
|
- api/__build_info.json
|
|
1028
1032
|
- api/.next
|
|
1029
1033
|
- api/dist
|
|
1034
|
+
exclude:
|
|
1035
|
+
- api/.next/cache/**/*
|
|
1030
1036
|
expire_in: 1 day
|
|
1031
1037
|
when: always
|
|
1032
1038
|
reports: {}
|
|
@@ -1401,6 +1407,8 @@ api 🧪 test:
|
|
|
1401
1407
|
- api/__build_info.json
|
|
1402
1408
|
- api/.next
|
|
1403
1409
|
- api/dist
|
|
1410
|
+
exclude:
|
|
1411
|
+
- api/.next/cache/**/*
|
|
1404
1412
|
expire_in: 1 day
|
|
1405
1413
|
when: always
|
|
1406
1414
|
reports: {}
|
|
@@ -1903,6 +1911,7 @@ www 🧪 test:
|
|
|
1903
1911
|
- www/dist
|
|
1904
1912
|
exclude:
|
|
1905
1913
|
- www/.env
|
|
1914
|
+
- www/.next/cache/**/*
|
|
1906
1915
|
expire_in: 1 day
|
|
1907
1916
|
when: always
|
|
1908
1917
|
reports: {}
|
|
@@ -2292,6 +2301,7 @@ www 🧪 test:
|
|
|
2292
2301
|
- www/dist
|
|
2293
2302
|
exclude:
|
|
2294
2303
|
- www/.env
|
|
2304
|
+
- www/.next/cache/**/*
|
|
2295
2305
|
expire_in: 1 day
|
|
2296
2306
|
when: always
|
|
2297
2307
|
reports: {}
|
|
@@ -2682,6 +2692,7 @@ www 🧪 test:
|
|
|
2682
2692
|
- www/dist
|
|
2683
2693
|
exclude:
|
|
2684
2694
|
- www/.env
|
|
2695
|
+
- www/.next/cache/**/*
|
|
2685
2696
|
expire_in: 1 day
|
|
2686
2697
|
when: always
|
|
2687
2698
|
reports: {}
|
|
@@ -3064,6 +3075,7 @@ www 🧪 test:
|
|
|
3064
3075
|
- www/dist
|
|
3065
3076
|
exclude:
|
|
3066
3077
|
- www/.env
|
|
3078
|
+
- www/.next/cache/**/*
|
|
3067
3079
|
expire_in: 1 day
|
|
3068
3080
|
when: always
|
|
3069
3081
|
reports: {}
|
|
@@ -271,6 +271,8 @@ api 🧪 test:
|
|
|
271
271
|
- api/__build_info.json
|
|
272
272
|
- api/.next
|
|
273
273
|
- api/dist
|
|
274
|
+
exclude:
|
|
275
|
+
- api/.next/cache/**/*
|
|
274
276
|
expire_in: 1 day
|
|
275
277
|
when: always
|
|
276
278
|
reports: {}
|
|
@@ -692,6 +694,8 @@ api 🧪 test:
|
|
|
692
694
|
- api/__build_info.json
|
|
693
695
|
- api/.next
|
|
694
696
|
- api/dist
|
|
697
|
+
exclude:
|
|
698
|
+
- api/.next/cache/**/*
|
|
695
699
|
expire_in: 1 day
|
|
696
700
|
when: always
|
|
697
701
|
reports: {}
|
|
@@ -1114,6 +1118,8 @@ api 🧪 test:
|
|
|
1114
1118
|
- api/__build_info.json
|
|
1115
1119
|
- api/.next
|
|
1116
1120
|
- api/dist
|
|
1121
|
+
exclude:
|
|
1122
|
+
- api/.next/cache/**/*
|
|
1117
1123
|
expire_in: 1 day
|
|
1118
1124
|
when: always
|
|
1119
1125
|
reports: {}
|
|
@@ -1528,6 +1534,8 @@ api 🧪 test:
|
|
|
1528
1534
|
- api/__build_info.json
|
|
1529
1535
|
- api/.next
|
|
1530
1536
|
- api/dist
|
|
1537
|
+
exclude:
|
|
1538
|
+
- api/.next/cache/**/*
|
|
1531
1539
|
expire_in: 1 day
|
|
1532
1540
|
when: always
|
|
1533
1541
|
reports: {}
|
|
@@ -270,6 +270,8 @@ api 🧪 test:
|
|
|
270
270
|
- api/__build_info.json
|
|
271
271
|
- api/.next
|
|
272
272
|
- api/dist
|
|
273
|
+
exclude:
|
|
274
|
+
- api/.next/cache/**/*
|
|
273
275
|
expire_in: 1 day
|
|
274
276
|
when: always
|
|
275
277
|
reports: {}
|
|
@@ -560,6 +562,8 @@ api 🧪 test:
|
|
|
560
562
|
- api/__build_info.json
|
|
561
563
|
- api/.next
|
|
562
564
|
- api/dist
|
|
565
|
+
exclude:
|
|
566
|
+
- api/.next/cache/**/*
|
|
563
567
|
expire_in: 1 day
|
|
564
568
|
when: always
|
|
565
569
|
reports: {}
|
|
@@ -856,6 +860,8 @@ api 🧪 test:
|
|
|
856
860
|
- api/__build_info.json
|
|
857
861
|
- api/.next
|
|
858
862
|
- api/dist
|
|
863
|
+
exclude:
|
|
864
|
+
- api/.next/cache/**/*
|
|
859
865
|
expire_in: 1 day
|
|
860
866
|
when: always
|
|
861
867
|
reports: {}
|
|
@@ -1139,6 +1145,8 @@ api 🧪 test:
|
|
|
1139
1145
|
- api/__build_info.json
|
|
1140
1146
|
- api/.next
|
|
1141
1147
|
- api/dist
|
|
1148
|
+
exclude:
|
|
1149
|
+
- api/.next/cache/**/*
|
|
1142
1150
|
expire_in: 1 day
|
|
1143
1151
|
when: always
|
|
1144
1152
|
reports: {}
|
|
@@ -281,6 +281,7 @@ api 🧪 test:
|
|
|
281
281
|
- api/dist
|
|
282
282
|
exclude:
|
|
283
283
|
- api/.env
|
|
284
|
+
- api/.next/cache/**/*
|
|
284
285
|
expire_in: 1 day
|
|
285
286
|
when: always
|
|
286
287
|
reports: {}
|
|
@@ -377,6 +378,7 @@ api 🧪 test:
|
|
|
377
378
|
- api/dist
|
|
378
379
|
exclude:
|
|
379
380
|
- api/.env
|
|
381
|
+
- api/.next/cache/**/*
|
|
380
382
|
expire_in: 1 day
|
|
381
383
|
when: always
|
|
382
384
|
reports: {}
|
|
@@ -473,6 +475,7 @@ api 🧪 test:
|
|
|
473
475
|
- api/dist
|
|
474
476
|
exclude:
|
|
475
477
|
- api/.env
|
|
478
|
+
- api/.next/cache/**/*
|
|
476
479
|
expire_in: 1 day
|
|
477
480
|
when: always
|
|
478
481
|
reports: {}
|
|
@@ -569,6 +572,7 @@ api 🧪 test:
|
|
|
569
572
|
- api/dist
|
|
570
573
|
exclude:
|
|
571
574
|
- api/.env
|
|
575
|
+
- api/.next/cache/**/*
|
|
572
576
|
expire_in: 1 day
|
|
573
577
|
when: always
|
|
574
578
|
reports: {}
|
|
@@ -281,6 +281,7 @@ api 🧪 test:
|
|
|
281
281
|
- api/dist
|
|
282
282
|
exclude:
|
|
283
283
|
- api/.env
|
|
284
|
+
- api/.next/cache/**/*
|
|
284
285
|
expire_in: 1 day
|
|
285
286
|
when: always
|
|
286
287
|
reports: {}
|
|
@@ -377,6 +378,7 @@ api 🧪 test:
|
|
|
377
378
|
- api/dist
|
|
378
379
|
exclude:
|
|
379
380
|
- api/.env
|
|
381
|
+
- api/.next/cache/**/*
|
|
380
382
|
expire_in: 1 day
|
|
381
383
|
when: always
|
|
382
384
|
reports: {}
|
|
@@ -473,6 +475,7 @@ api 🧪 test:
|
|
|
473
475
|
- api/dist
|
|
474
476
|
exclude:
|
|
475
477
|
- api/.env
|
|
478
|
+
- api/.next/cache/**/*
|
|
476
479
|
expire_in: 1 day
|
|
477
480
|
when: always
|
|
478
481
|
reports: {}
|
|
@@ -569,6 +572,7 @@ api 🧪 test:
|
|
|
569
572
|
- api/dist
|
|
570
573
|
exclude:
|
|
571
574
|
- api/.env
|
|
575
|
+
- api/.next/cache/**/*
|
|
572
576
|
expire_in: 1 day
|
|
573
577
|
when: always
|
|
574
578
|
reports: {}
|