@catladder/pipeline 1.129.1 → 1.131.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.
Files changed (30) hide show
  1. package/dist/build/node/testJob.js +2 -2
  2. package/dist/build/node/yarn.js +2 -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 +56 -40
  7. package/examples/__snapshots__/cloud-run-meteor-with-worker.ts.snap +56 -40
  8. package/examples/__snapshots__/cloud-run-no-cpu-throttling.ts.snap +56 -40
  9. package/examples/__snapshots__/cloud-run-non-public.ts.snap +56 -40
  10. package/examples/__snapshots__/cloud-run-post-stop-job.ts.snap +56 -40
  11. package/examples/__snapshots__/cloud-run-with-sql-reuse-db.ts.snap +112 -80
  12. package/examples/__snapshots__/cloud-run-with-sql.ts.snap +112 -80
  13. package/examples/__snapshots__/cloud-run-with-worker.ts.snap +56 -40
  14. package/examples/__snapshots__/custom-build-job-with-tests.ts.snap +8 -8
  15. package/examples/__snapshots__/custom-build-job.ts.snap +8 -8
  16. package/examples/__snapshots__/custom-deploy.ts.snap +56 -40
  17. package/examples/__snapshots__/custom-envs.ts.snap +68 -52
  18. package/examples/__snapshots__/custom-sbom-java.ts.snap +8 -8
  19. package/examples/__snapshots__/kubernetes-application-customization.ts.snap +56 -40
  20. package/examples/__snapshots__/kubernetes-with-cloud-sql-legacy.ts.snap +56 -40
  21. package/examples/__snapshots__/kubernetes-with-cloud-sql.ts.snap +56 -40
  22. package/examples/__snapshots__/kubernetes-with-jobs.ts.snap +112 -80
  23. package/examples/__snapshots__/kubernetes-with-mongodb.ts.snap +56 -40
  24. package/examples/__snapshots__/meteor-kubernetes.ts.snap +56 -40
  25. package/examples/__snapshots__/native-app.ts.snap +112 -80
  26. package/examples/__snapshots__/node-build-with-custom-image.ts.snap +56 -40
  27. package/examples/__snapshots__/wait-for-other-deploy.ts.snap +112 -80
  28. package/package.json +1 -1
  29. package/src/build/node/testJob.ts +3 -1
  30. package/src/build/node/yarn.ts +11 -8
@@ -33,14 +33,18 @@ exports[`matches snapshot 1`] = `
33
33
  ],
34
34
  },
35
35
  "script": [
36
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
37
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
38
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
39
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
36
40
  "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"",
41
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
39
42
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
40
43
  "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"",
44
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
45
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
42
46
  "yarn install --immutable",
43
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
47
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
44
48
  "yarn lint",
45
49
  ],
46
50
  "stage": "test",
@@ -100,18 +104,18 @@ exports[`matches snapshot 1`] = `
100
104
  },
101
105
  "script": [
102
106
  "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"",
107
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
104
108
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
105
109
  "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"",
110
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
107
111
  "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"",
112
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
110
113
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
111
114
  "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"",
115
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
116
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
113
117
  "yarn install --immutable",
114
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
118
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
115
119
  "yarn build",
116
120
  ],
117
121
  "stage": "build",
@@ -484,14 +488,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
484
488
  ],
485
489
  },
486
490
  "script": [
491
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
492
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
493
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
494
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
487
495
  "cd api",
488
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
489
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
496
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
490
497
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
491
498
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
492
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
499
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
500
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
493
501
  "yarn install --immutable",
494
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
502
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
495
503
  "yarn test",
496
504
  ],
497
505
  "stage": "test",
@@ -554,14 +562,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
554
562
  ],
555
563
  },
556
564
  "script": [
565
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
566
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
567
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
568
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
557
569
  "cd www",
558
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
559
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
570
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
560
571
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
561
572
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
562
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
573
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
574
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
563
575
  "yarn install --immutable",
564
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
576
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
565
577
  "yarn lint",
566
578
  ],
567
579
  "stage": "test",
@@ -621,18 +633,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
621
633
  },
622
634
  "script": [
623
635
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
624
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
636
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
625
637
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
626
638
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
627
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
639
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
628
640
  "cd www",
629
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
630
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
641
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
631
642
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
632
643
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
633
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
644
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
645
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
634
646
  "yarn install --immutable",
635
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
647
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
636
648
  "yarn build",
637
649
  ],
638
650
  "stage": "build",
@@ -962,14 +974,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
962
974
  ],
963
975
  },
964
976
  "script": [
977
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
978
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
979
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
980
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
965
981
  "cd www",
966
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
967
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
982
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
968
983
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
969
984
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
970
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
985
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
986
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
971
987
  "yarn install --immutable",
972
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
988
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
973
989
  "yarn test",
974
990
  ],
975
991
  "stage": "test",
@@ -1105,14 +1121,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1105
1121
  ],
1106
1122
  },
1107
1123
  "script": [
1124
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1125
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1126
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1127
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1108
1128
  "cd api",
1109
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1110
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1129
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1111
1130
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1112
1131
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1113
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1132
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1133
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1114
1134
  "yarn install --immutable",
1115
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1135
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1116
1136
  "yarn lint",
1117
1137
  ],
1118
1138
  "stage": "test",
@@ -1172,18 +1192,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1172
1192
  },
1173
1193
  "script": [
1174
1194
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1175
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1195
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1176
1196
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1177
1197
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1178
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1198
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1179
1199
  "cd api",
1180
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1181
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1200
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1182
1201
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1183
1202
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1184
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1203
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1204
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1185
1205
  "yarn install --immutable",
1186
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1206
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1187
1207
  "yarn build",
1188
1208
  ],
1189
1209
  "stage": "build",
@@ -1571,14 +1591,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1571
1591
  ],
1572
1592
  },
1573
1593
  "script": [
1594
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1595
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1596
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1597
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1574
1598
  "cd api",
1575
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1576
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1599
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1577
1600
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1578
1601
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1579
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1602
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1603
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1580
1604
  "yarn install --immutable",
1581
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1605
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1582
1606
  "yarn test",
1583
1607
  ],
1584
1608
  "stage": "test",
@@ -1641,14 +1665,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1641
1665
  ],
1642
1666
  },
1643
1667
  "script": [
1668
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1669
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1670
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1671
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1644
1672
  "cd www",
1645
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1646
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1673
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1647
1674
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1648
1675
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1649
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1676
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1677
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1650
1678
  "yarn install --immutable",
1651
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1679
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1652
1680
  "yarn lint",
1653
1681
  ],
1654
1682
  "stage": "test",
@@ -1708,18 +1736,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1708
1736
  },
1709
1737
  "script": [
1710
1738
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
1711
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1739
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1712
1740
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1713
1741
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1714
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1742
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1715
1743
  "cd www",
1716
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1717
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1744
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1718
1745
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1719
1746
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1720
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1747
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1748
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1721
1749
  "yarn install --immutable",
1722
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1750
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1723
1751
  "yarn build",
1724
1752
  ],
1725
1753
  "stage": "build",
@@ -2055,14 +2083,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2055
2083
  ],
2056
2084
  },
2057
2085
  "script": [
2086
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2087
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2088
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2089
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2058
2090
  "cd www",
2059
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2060
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2091
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2061
2092
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2062
2093
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2063
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2094
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2095
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
2064
2096
  "yarn install --immutable",
2065
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2097
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2066
2098
  "yarn test",
2067
2099
  ],
2068
2100
  "stage": "test",
@@ -2218,18 +2250,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2218
2250
  },
2219
2251
  "script": [
2220
2252
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
2221
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2253
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2222
2254
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2223
2255
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2224
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2256
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2225
2257
  "cd api",
2226
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2227
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2258
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2228
2259
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2229
2260
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2230
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2261
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2262
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
2231
2263
  "yarn install --immutable",
2232
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2264
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2233
2265
  "yarn build",
2234
2266
  ],
2235
2267
  "stage": "build",
@@ -2310,18 +2342,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2310
2342
  },
2311
2343
  "script": [
2312
2344
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
2313
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2345
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2314
2346
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2315
2347
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2316
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2348
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2317
2349
  "cd api",
2318
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2319
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2350
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2320
2351
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2321
2352
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2322
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2353
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2354
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
2323
2355
  "yarn install --immutable",
2324
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2356
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2325
2357
  "yarn build",
2326
2358
  ],
2327
2359
  "stage": "build",
@@ -2998,18 +3030,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2998
3030
  },
2999
3031
  "script": [
3000
3032
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
3001
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
3033
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
3002
3034
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3003
3035
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3004
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3036
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
3005
3037
  "cd www",
3006
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
3007
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
3038
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
3008
3039
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3009
3040
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3010
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3041
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
3042
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
3011
3043
  "yarn install --immutable",
3012
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
3044
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
3013
3045
  "yarn build",
3014
3046
  ],
3015
3047
  "stage": "build",
@@ -3083,18 +3115,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
3083
3115
  },
3084
3116
  "script": [
3085
3117
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
3086
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
3118
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
3087
3119
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3088
3120
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3089
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3121
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
3090
3122
  "cd www",
3091
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
3092
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
3123
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
3093
3124
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3094
3125
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3095
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3126
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
3127
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
3096
3128
  "yarn install --immutable",
3097
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
3129
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
3098
3130
  "yarn build",
3099
3131
  ],
3100
3132
  "stage": "build",
@@ -33,14 +33,18 @@ exports[`matches snapshot 1`] = `
33
33
  ],
34
34
  },
35
35
  "script": [
36
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
37
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
38
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
39
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
36
40
  "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"",
41
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
39
42
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
40
43
  "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"",
44
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
45
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
42
46
  "yarn install --immutable",
43
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
47
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
44
48
  "yarn lint",
45
49
  ],
46
50
  "stage": "test",
@@ -100,18 +104,18 @@ exports[`matches snapshot 1`] = `
100
104
  },
101
105
  "script": [
102
106
  "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"",
107
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
104
108
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
105
109
  "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"",
110
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
107
111
  "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"",
112
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
110
113
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
111
114
  "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"",
115
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
116
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
113
117
  "yarn install --immutable",
114
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
118
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
115
119
  "yarn build",
116
120
  ],
117
121
  "stage": "build",
@@ -440,14 +444,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
440
444
  ],
441
445
  },
442
446
  "script": [
447
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
448
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
449
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
450
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
443
451
  "cd api",
444
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
445
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
452
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
446
453
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
447
454
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
448
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
455
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
456
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
449
457
  "yarn install --immutable",
450
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
458
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
451
459
  "yarn test",
452
460
  ],
453
461
  "stage": "test",
@@ -583,14 +591,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
583
591
  ],
584
592
  },
585
593
  "script": [
594
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
595
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
596
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
597
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
586
598
  "cd api",
587
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
588
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
599
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
589
600
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
590
601
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
591
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
602
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
603
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
592
604
  "yarn install --immutable",
593
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
605
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
594
606
  "yarn lint",
595
607
  ],
596
608
  "stage": "test",
@@ -650,18 +662,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
650
662
  },
651
663
  "script": [
652
664
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
653
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
665
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
654
666
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
655
667
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
656
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
668
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
657
669
  "cd api",
658
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
659
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
670
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
660
671
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
661
672
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
662
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
673
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
674
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
663
675
  "yarn install --immutable",
664
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
676
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
665
677
  "yarn build",
666
678
  ],
667
679
  "stage": "build",
@@ -996,14 +1008,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
996
1008
  ],
997
1009
  },
998
1010
  "script": [
1011
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1012
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1013
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1014
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
999
1015
  "cd api",
1000
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1001
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1016
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1002
1017
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1003
1018
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1004
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1019
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1020
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1005
1021
  "yarn install --immutable",
1006
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1022
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1007
1023
  "yarn test",
1008
1024
  ],
1009
1025
  "stage": "test",
@@ -1159,18 +1175,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1159
1175
  },
1160
1176
  "script": [
1161
1177
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1162
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1178
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1163
1179
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1164
1180
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1165
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1181
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1166
1182
  "cd api",
1167
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1168
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1183
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1169
1184
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1170
1185
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1171
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1186
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1187
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1172
1188
  "yarn install --immutable",
1173
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1189
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1174
1190
  "yarn build",
1175
1191
  ],
1176
1192
  "stage": "build",
@@ -1243,18 +1259,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1243
1259
  },
1244
1260
  "script": [
1245
1261
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1246
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1262
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1247
1263
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1248
1264
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1249
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1265
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1250
1266
  "cd api",
1251
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1252
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1267
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1253
1268
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1254
1269
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1255
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1270
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1271
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1256
1272
  "yarn install --immutable",
1257
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1273
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1258
1274
  "yarn build",
1259
1275
  ],
1260
1276
  "stage": "build",