@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",
@@ -438,14 +442,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
438
442
  ],
439
443
  },
440
444
  "script": [
445
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
446
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
447
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
448
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
441
449
  "cd api",
442
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
443
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
450
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
444
451
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
445
452
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
446
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
453
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
454
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
447
455
  "yarn install --immutable",
448
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
456
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
449
457
  "yarn test",
450
458
  ],
451
459
  "stage": "test",
@@ -581,14 +589,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
581
589
  ],
582
590
  },
583
591
  "script": [
592
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
593
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
594
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
595
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
584
596
  "cd api",
585
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
586
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
597
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
587
598
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
588
599
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
589
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
600
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
601
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
590
602
  "yarn install --immutable",
591
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
603
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
592
604
  "yarn lint",
593
605
  ],
594
606
  "stage": "test",
@@ -648,18 +660,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
648
660
  },
649
661
  "script": [
650
662
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
651
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
663
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
652
664
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
653
665
  "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"",
666
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
655
667
  "cd api",
656
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
657
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
668
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
658
669
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
659
670
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
660
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
671
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
672
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
661
673
  "yarn install --immutable",
662
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
674
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
663
675
  "yarn build",
664
676
  ],
665
677
  "stage": "build",
@@ -1002,14 +1014,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1002
1014
  ],
1003
1015
  },
1004
1016
  "script": [
1017
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1018
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1019
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1020
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1005
1021
  "cd api",
1006
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1007
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1022
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1008
1023
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1009
1024
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1010
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1025
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1026
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1011
1027
  "yarn install --immutable",
1012
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1028
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1013
1029
  "yarn test",
1014
1030
  ],
1015
1031
  "stage": "test",
@@ -1165,18 +1181,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1165
1181
  },
1166
1182
  "script": [
1167
1183
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1168
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1184
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1169
1185
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1170
1186
  "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"",
1187
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1172
1188
  "cd api",
1173
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1174
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1189
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1175
1190
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1176
1191
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1177
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1192
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1193
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1178
1194
  "yarn install --immutable",
1179
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1195
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1180
1196
  "yarn build",
1181
1197
  ],
1182
1198
  "stage": "build",
@@ -1249,18 +1265,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1249
1265
  },
1250
1266
  "script": [
1251
1267
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1252
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1268
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1253
1269
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1254
1270
  "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"",
1271
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1256
1272
  "cd api",
1257
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1258
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1273
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1259
1274
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1260
1275
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1261
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1276
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1277
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1262
1278
  "yarn install --immutable",
1263
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1279
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1264
1280
  "yarn build",
1265
1281
  ],
1266
1282
  "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",
@@ -460,14 +464,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
460
464
  ],
461
465
  },
462
466
  "script": [
467
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
468
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
469
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
470
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
463
471
  "cd api",
464
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
465
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
472
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
466
473
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
467
474
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
468
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
475
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
476
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
469
477
  "yarn install --immutable",
470
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
478
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
471
479
  "yarn test",
472
480
  ],
473
481
  "stage": "test",
@@ -530,14 +538,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
530
538
  ],
531
539
  },
532
540
  "script": [
541
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
542
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
543
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
544
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
533
545
  "cd api",
534
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
535
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
546
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
536
547
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
537
548
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
538
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
549
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
550
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
539
551
  "yarn install --immutable",
540
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
552
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
541
553
  "yarn lint",
542
554
  ],
543
555
  "stage": "test",
@@ -597,18 +609,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
597
609
  },
598
610
  "script": [
599
611
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
600
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
612
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
601
613
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
602
614
  "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"",
615
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
604
616
  "cd api",
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"",
617
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
607
618
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
608
619
  "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"",
620
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
621
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
610
622
  "yarn install --immutable",
611
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
623
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
612
624
  "yarn build:worker",
613
625
  ],
614
626
  "stage": "build",
@@ -957,14 +969,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
957
969
  ],
958
970
  },
959
971
  "script": [
972
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
973
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
974
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
975
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
960
976
  "cd api",
961
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
962
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
977
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
963
978
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
964
979
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
965
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
980
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
981
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
966
982
  "yarn install --immutable",
967
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
983
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
968
984
  "yarn test",
969
985
  ],
970
986
  "stage": "test",
@@ -1100,14 +1116,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1100
1116
  ],
1101
1117
  },
1102
1118
  "script": [
1119
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1120
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1121
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1122
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1103
1123
  "cd api",
1104
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1105
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1124
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1106
1125
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1107
1126
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1108
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1127
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1128
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1109
1129
  "yarn install --immutable",
1110
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1130
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1111
1131
  "yarn lint",
1112
1132
  ],
1113
1133
  "stage": "test",
@@ -1167,18 +1187,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1167
1187
  },
1168
1188
  "script": [
1169
1189
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1170
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1190
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1171
1191
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1172
1192
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1173
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1193
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1174
1194
  "cd api",
1175
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1176
- "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"",
1177
1196
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1178
1197
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1179
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1198
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1199
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1180
1200
  "yarn install --immutable",
1181
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1201
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1182
1202
  "yarn build",
1183
1203
  ],
1184
1204
  "stage": "build",
@@ -1542,14 +1562,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1542
1562
  ],
1543
1563
  },
1544
1564
  "script": [
1565
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1566
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1567
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1568
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1545
1569
  "cd api",
1546
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1547
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1570
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1548
1571
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1549
1572
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1550
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1573
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1574
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1551
1575
  "yarn install --immutable",
1552
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1576
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1553
1577
  "yarn test",
1554
1578
  ],
1555
1579
  "stage": "test",
@@ -1612,14 +1636,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1612
1636
  ],
1613
1637
  },
1614
1638
  "script": [
1639
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1640
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1641
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1642
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1615
1643
  "cd api",
1616
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1617
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1644
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1618
1645
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1619
1646
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1620
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1647
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1648
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1621
1649
  "yarn install --immutable",
1622
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1650
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1623
1651
  "yarn lint",
1624
1652
  ],
1625
1653
  "stage": "test",
@@ -1679,18 +1707,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1679
1707
  },
1680
1708
  "script": [
1681
1709
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1682
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1710
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1683
1711
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1684
1712
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1685
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1713
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1686
1714
  "cd api",
1687
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1688
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1715
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1689
1716
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1690
1717
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1691
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1718
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1719
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1692
1720
  "yarn install --immutable",
1693
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1721
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1694
1722
  "yarn build:worker",
1695
1723
  ],
1696
1724
  "stage": "build",
@@ -2054,14 +2082,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2054
2082
  ],
2055
2083
  },
2056
2084
  "script": [
2085
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2086
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2087
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2088
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2057
2089
  "cd api",
2058
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2059
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2090
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2060
2091
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2061
2092
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2062
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2093
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2094
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
2063
2095
  "yarn install --immutable",
2064
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2096
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2065
2097
  "yarn test",
2066
2098
  ],
2067
2099
  "stage": "test",
@@ -2217,18 +2249,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2217
2249
  },
2218
2250
  "script": [
2219
2251
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
2220
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2252
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2221
2253
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2222
2254
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2223
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2255
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2224
2256
  "cd api",
2225
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2226
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2257
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2227
2258
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2228
2259
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2229
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2260
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2261
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
2230
2262
  "yarn install --immutable",
2231
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2263
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2232
2264
  "yarn build",
2233
2265
  ],
2234
2266
  "stage": "build",
@@ -2307,18 +2339,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2307
2339
  },
2308
2340
  "script": [
2309
2341
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
2310
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2342
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2311
2343
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2312
2344
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2313
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2345
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2314
2346
  "cd api",
2315
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2316
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2347
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2317
2348
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2318
2349
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2319
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2350
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2351
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
2320
2352
  "yarn install --immutable",
2321
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2353
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2322
2354
  "yarn build",
2323
2355
  ],
2324
2356
  "stage": "build",
@@ -2949,18 +2981,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2949
2981
  },
2950
2982
  "script": [
2951
2983
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
2952
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2984
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2953
2985
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2954
2986
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2955
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2987
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2956
2988
  "cd api",
2957
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2958
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2989
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2959
2990
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2960
2991
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2961
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2992
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2993
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
2962
2994
  "yarn install --immutable",
2963
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2995
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2964
2996
  "yarn build:worker",
2965
2997
  ],
2966
2998
  "stage": "build",
@@ -3039,18 +3071,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
3039
3071
  },
3040
3072
  "script": [
3041
3073
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
3042
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
3074
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
3043
3075
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3044
3076
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3045
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3077
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
3046
3078
  "cd api",
3047
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
3048
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
3079
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
3049
3080
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3050
3081
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3051
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3082
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
3083
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
3052
3084
  "yarn install --immutable",
3053
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
3085
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
3054
3086
  "yarn build:worker",
3055
3087
  ],
3056
3088
  "stage": "build",