@catladder/pipeline 1.120.0 → 1.121.1

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.
Files changed (26) hide show
  1. package/README.md +3 -0
  2. package/dist/build/node/yarn.js +3 -2
  3. package/dist/bundles/catladder-gitlab/index.js +1 -1
  4. package/dist/constants.js +1 -1
  5. package/dist/tsconfig.tsbuildinfo +1 -1
  6. package/examples/__snapshots__/cloud-run-memory-limit.ts.snap +40 -0
  7. package/examples/__snapshots__/cloud-run-no-cpu-throttling.ts.snap +40 -0
  8. package/examples/__snapshots__/cloud-run-non-public.ts.snap +40 -0
  9. package/examples/__snapshots__/cloud-run-with-sql-reuse-db.ts.snap +80 -0
  10. package/examples/__snapshots__/cloud-run-with-sql.ts.snap +80 -0
  11. package/examples/__snapshots__/custom-build-job-with-tests.ts.snap +8 -0
  12. package/examples/__snapshots__/custom-build-job.ts.snap +8 -0
  13. package/examples/__snapshots__/custom-deploy.ts.snap +40 -0
  14. package/examples/__snapshots__/custom-envs.ts.snap +52 -0
  15. package/examples/__snapshots__/custom-sbom-java.ts.snap +8 -0
  16. package/examples/__snapshots__/kubernetes-application-customization.ts.snap +40 -0
  17. package/examples/__snapshots__/kubernetes-with-cloud-sql-legacy.ts.snap +40 -0
  18. package/examples/__snapshots__/kubernetes-with-cloud-sql.ts.snap +40 -0
  19. package/examples/__snapshots__/kubernetes-with-jobs.ts.snap +80 -0
  20. package/examples/__snapshots__/kubernetes-with-mongodb.ts.snap +40 -0
  21. package/examples/__snapshots__/meteor-kubernetes.ts.snap +40 -0
  22. package/examples/__snapshots__/native-app.ts.snap +80 -0
  23. package/examples/__snapshots__/node-build-with-custom-image.ts.snap +40 -0
  24. package/examples/__snapshots__/wait-for-other-deploy.ts.snap +80 -0
  25. package/package.json +53 -1
  26. package/src/build/node/yarn.ts +14 -6
@@ -34,9 +34,13 @@ exports[`matches snapshot 1`] = `
34
34
  },
35
35
  "script": [
36
36
  "cd api",
37
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
38
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
37
39
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
38
40
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
41
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
39
42
  "yarn install --immutable",
43
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
40
44
  "yarn lint",
41
45
  ],
42
46
  "stage": "test",
@@ -96,12 +100,18 @@ exports[`matches snapshot 1`] = `
96
100
  },
97
101
  "script": [
98
102
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
103
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
99
104
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
100
105
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
106
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
101
107
  "cd api",
108
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
109
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
102
110
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
103
111
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
112
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
104
113
  "yarn install --immutable",
114
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
105
115
  "yarn build",
106
116
  ],
107
117
  "stage": "build",
@@ -424,9 +434,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
424
434
  },
425
435
  "script": [
426
436
  "cd api",
437
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
438
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
427
439
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
428
440
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
441
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
429
442
  "yarn install --immutable",
443
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
430
444
  "yarn test",
431
445
  ],
432
446
  "stage": "test",
@@ -490,9 +504,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
490
504
  },
491
505
  "script": [
492
506
  "cd app",
507
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
508
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
493
509
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
494
510
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
511
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
495
512
  "yarn install --immutable",
513
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
496
514
  "yarn lint",
497
515
  ],
498
516
  "stage": "test",
@@ -579,12 +597,18 @@ GRAPHQL_URL=https://pan-test-app-dev-api-unknown-host.example.com/graphql
579
597
  _ALL_ENV_VAR_KEYS=["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INFO_BUILD_TIME","BUILD_INFO_CURRENT_VERSION","HOST","ROOT_URL","APP_STORE_CONNECT_API_KEY_CONTENT","APP_STORE_CONNECT_ISSUER_ID","APP_STORE_CONNECT_API_KEY_ID","GRAPHQL_URL"]
580
598
  EOF",
581
599
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > app/__build_info.json",
600
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
582
601
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
583
602
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
603
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
584
604
  "cd app",
605
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
606
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
585
607
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
586
608
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
609
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
587
610
  "yarn install --immutable",
611
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
588
612
  "bundle config set --local path 'vendor/ruby'",
589
613
  "gem install bundler",
590
614
  "bundle install",
@@ -762,9 +786,13 @@ EOF",
762
786
  },
763
787
  "script": [
764
788
  "cd app",
789
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
790
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
765
791
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
766
792
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
793
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
767
794
  "yarn install --immutable",
795
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
768
796
  "yarn test",
769
797
  ],
770
798
  "stage": "test",
@@ -902,9 +930,13 @@ EOF",
902
930
  },
903
931
  "script": [
904
932
  "cd api",
933
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
934
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
905
935
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
906
936
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
937
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
907
938
  "yarn install --immutable",
939
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
908
940
  "yarn lint",
909
941
  ],
910
942
  "stage": "test",
@@ -964,12 +996,18 @@ EOF",
964
996
  },
965
997
  "script": [
966
998
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
999
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
967
1000
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
968
1001
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1002
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
969
1003
  "cd api",
1004
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1005
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
970
1006
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
971
1007
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1008
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
972
1009
  "yarn install --immutable",
1010
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
973
1011
  "yarn build",
974
1012
  ],
975
1013
  "stage": "build",
@@ -1298,9 +1336,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1298
1336
  },
1299
1337
  "script": [
1300
1338
  "cd api",
1339
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1340
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1301
1341
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1302
1342
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1343
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1303
1344
  "yarn install --immutable",
1345
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1304
1346
  "yarn test",
1305
1347
  ],
1306
1348
  "stage": "test",
@@ -1364,9 +1406,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1364
1406
  },
1365
1407
  "script": [
1366
1408
  "cd app",
1409
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1410
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1367
1411
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1368
1412
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1413
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1369
1414
  "yarn install --immutable",
1415
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1370
1416
  "yarn lint",
1371
1417
  ],
1372
1418
  "stage": "test",
@@ -1453,12 +1499,18 @@ GRAPHQL_URL=https://pan-test-app-review-mr1234-api-unknown-host.example.com/grap
1453
1499
  _ALL_ENV_VAR_KEYS=["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INFO_BUILD_TIME","BUILD_INFO_CURRENT_VERSION","HOST","ROOT_URL","APP_STORE_CONNECT_API_KEY_CONTENT","APP_STORE_CONNECT_ISSUER_ID","APP_STORE_CONNECT_API_KEY_ID","GRAPHQL_URL"]
1454
1500
  EOF",
1455
1501
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > app/__build_info.json",
1502
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1456
1503
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1457
1504
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1505
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1458
1506
  "cd app",
1507
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1508
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1459
1509
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1460
1510
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1511
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1461
1512
  "yarn install --immutable",
1513
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1462
1514
  "bundle config set --local path 'vendor/ruby'",
1463
1515
  "gem install bundler",
1464
1516
  "bundle install",
@@ -1636,9 +1688,13 @@ EOF",
1636
1688
  },
1637
1689
  "script": [
1638
1690
  "cd app",
1691
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1692
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1639
1693
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1640
1694
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1695
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1641
1696
  "yarn install --immutable",
1697
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1642
1698
  "yarn test",
1643
1699
  ],
1644
1700
  "stage": "test",
@@ -1795,12 +1851,18 @@ EOF",
1795
1851
  },
1796
1852
  "script": [
1797
1853
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1854
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1798
1855
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1799
1856
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1857
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1800
1858
  "cd api",
1859
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1860
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1801
1861
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1802
1862
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1863
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1803
1864
  "yarn install --immutable",
1865
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1804
1866
  "yarn build",
1805
1867
  ],
1806
1868
  "stage": "build",
@@ -1871,12 +1933,18 @@ EOF",
1871
1933
  },
1872
1934
  "script": [
1873
1935
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1936
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1874
1937
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1875
1938
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1939
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1876
1940
  "cd api",
1941
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1942
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1877
1943
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1878
1944
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1945
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1879
1946
  "yarn install --immutable",
1947
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1880
1948
  "yarn build",
1881
1949
  ],
1882
1950
  "stage": "build",
@@ -2486,12 +2554,18 @@ GRAPHQL_URL=https://pan-test-app-prod-api-unknown-host.example.com/graphql
2486
2554
  _ALL_ENV_VAR_KEYS=["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INFO_BUILD_TIME","BUILD_INFO_CURRENT_VERSION","HOST","ROOT_URL","APP_STORE_CONNECT_API_KEY_CONTENT","APP_STORE_CONNECT_ISSUER_ID","APP_STORE_CONNECT_API_KEY_ID","GRAPHQL_URL"]
2487
2555
  EOF",
2488
2556
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > app/__build_info.json",
2557
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2489
2558
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2490
2559
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2560
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2491
2561
  "cd app",
2562
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2563
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2492
2564
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2493
2565
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2566
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2494
2567
  "yarn install --immutable",
2568
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2495
2569
  "bundle config set --local path 'vendor/ruby'",
2496
2570
  "gem install bundler",
2497
2571
  "bundle install",
@@ -2597,12 +2671,18 @@ GRAPHQL_URL=https://pan-test-app-stage-api-unknown-host.example.com/graphql
2597
2671
  _ALL_ENV_VAR_KEYS=["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INFO_BUILD_TIME","BUILD_INFO_CURRENT_VERSION","HOST","ROOT_URL","APP_STORE_CONNECT_API_KEY_CONTENT","APP_STORE_CONNECT_ISSUER_ID","APP_STORE_CONNECT_API_KEY_ID","GRAPHQL_URL"]
2598
2672
  EOF",
2599
2673
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > app/__build_info.json",
2674
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2600
2675
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2601
2676
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2677
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2602
2678
  "cd app",
2679
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2680
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2603
2681
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2604
2682
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2683
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2605
2684
  "yarn install --immutable",
2685
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2606
2686
  "bundle config set --local path 'vendor/ruby'",
2607
2687
  "gem install bundler",
2608
2688
  "bundle install",
@@ -34,9 +34,13 @@ exports[`matches snapshot 1`] = `
34
34
  },
35
35
  "script": [
36
36
  "cd www",
37
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
38
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
37
39
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
38
40
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
41
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
39
42
  "yarn install --immutable",
43
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
40
44
  "yarn lint",
41
45
  ],
42
46
  "stage": "test",
@@ -96,12 +100,18 @@ exports[`matches snapshot 1`] = `
96
100
  },
97
101
  "script": [
98
102
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
103
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
99
104
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
100
105
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
106
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
101
107
  "cd www",
108
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
109
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
102
110
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
103
111
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
112
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
104
113
  "yarn install --immutable",
114
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
105
115
  "yarn build",
106
116
  ],
107
117
  "stage": "build",
@@ -424,9 +434,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
424
434
  },
425
435
  "script": [
426
436
  "cd www",
437
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
438
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
427
439
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
428
440
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
441
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
429
442
  "yarn install --immutable",
443
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
430
444
  "yarn test",
431
445
  ],
432
446
  "stage": "test",
@@ -562,9 +576,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
562
576
  },
563
577
  "script": [
564
578
  "cd www",
579
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
580
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
565
581
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
566
582
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
583
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
567
584
  "yarn install --immutable",
585
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
568
586
  "yarn lint",
569
587
  ],
570
588
  "stage": "test",
@@ -624,12 +642,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
624
642
  },
625
643
  "script": [
626
644
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
645
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
627
646
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
628
647
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
648
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
629
649
  "cd www",
650
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
651
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
630
652
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
631
653
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
654
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
632
655
  "yarn install --immutable",
656
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
633
657
  "yarn build",
634
658
  ],
635
659
  "stage": "build",
@@ -958,9 +982,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
958
982
  },
959
983
  "script": [
960
984
  "cd www",
985
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
986
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
961
987
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
962
988
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
989
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
963
990
  "yarn install --immutable",
991
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
964
992
  "yarn test",
965
993
  ],
966
994
  "stage": "test",
@@ -1115,12 +1143,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1115
1143
  },
1116
1144
  "script": [
1117
1145
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
1146
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1118
1147
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1119
1148
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1149
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1120
1150
  "cd www",
1151
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1152
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1121
1153
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1122
1154
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1155
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1123
1156
  "yarn install --immutable",
1157
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1124
1158
  "yarn build",
1125
1159
  ],
1126
1160
  "stage": "build",
@@ -1191,12 +1225,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1191
1225
  },
1192
1226
  "script": [
1193
1227
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
1228
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1194
1229
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1195
1230
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1231
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1196
1232
  "cd www",
1233
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1234
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1197
1235
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1198
1236
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1237
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1199
1238
  "yarn install --immutable",
1239
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1200
1240
  "yarn build",
1201
1241
  ],
1202
1242
  "stage": "build",