@catladder/pipeline 1.130.0 → 1.132.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 (32) hide show
  1. package/dist/build/node/yarn.js +2 -2
  2. package/dist/bundles/catladder-gitlab/index.js +1 -1
  3. package/dist/constants.js +1 -1
  4. package/dist/deploy/types/kubernetes.d.ts +4 -0
  5. package/dist/tsconfig.tsbuildinfo +1 -1
  6. package/examples/__snapshots__/cloud-run-memory-limit.ts.snap +48 -48
  7. package/examples/__snapshots__/cloud-run-meteor-with-worker.ts.snap +48 -48
  8. package/examples/__snapshots__/cloud-run-no-cpu-throttling.ts.snap +48 -48
  9. package/examples/__snapshots__/cloud-run-non-public.ts.snap +48 -48
  10. package/examples/__snapshots__/cloud-run-post-stop-job.ts.snap +48 -48
  11. package/examples/__snapshots__/cloud-run-with-sql-reuse-db.ts.snap +96 -96
  12. package/examples/__snapshots__/cloud-run-with-sql.ts.snap +96 -96
  13. package/examples/__snapshots__/cloud-run-with-worker.ts.snap +48 -48
  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 +48 -48
  17. package/examples/__snapshots__/custom-envs.ts.snap +60 -60
  18. package/examples/__snapshots__/custom-sbom-java.ts.snap +8 -8
  19. package/examples/__snapshots__/kubernetes-application-customization.ts.snap +48 -48
  20. package/examples/__snapshots__/kubernetes-with-cloud-sql-legacy.ts.snap +48 -48
  21. package/examples/__snapshots__/kubernetes-with-cloud-sql.ts.snap +48 -48
  22. package/examples/__snapshots__/kubernetes-with-jobs.ts.snap +96 -96
  23. package/examples/__snapshots__/kubernetes-with-mongodb.ts.snap +48 -48
  24. package/examples/__snapshots__/meteor-kubernetes.ts.snap +48 -48
  25. package/examples/__snapshots__/native-app.ts.snap +96 -96
  26. package/examples/__snapshots__/node-build-with-custom-image.ts.snap +48 -48
  27. package/examples/__snapshots__/rails-k8s-with-worker.ts.snap +24 -0
  28. package/examples/__snapshots__/wait-for-other-deploy.ts.snap +96 -96
  29. package/examples/rails-k8s-with-worker.ts +3 -0
  30. package/package.json +1 -1
  31. package/src/build/node/yarn.ts +3 -3
  32. package/src/deploy/types/kubernetes.ts +4 -0
@@ -33,18 +33,18 @@ exports[`matches snapshot 1`] = `
33
33
  ],
34
34
  },
35
35
  "script": [
36
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
36
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
37
37
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
38
38
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
39
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
39
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
40
40
  "cd api",
41
- "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"",
42
42
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
43
43
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
44
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
45
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
46
46
  "yarn install --immutable",
47
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
47
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
48
48
  "yarn lint",
49
49
  ],
50
50
  "stage": "test",
@@ -104,18 +104,18 @@ exports[`matches snapshot 1`] = `
104
104
  },
105
105
  "script": [
106
106
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
107
- "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"",
108
108
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
109
109
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
110
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
110
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
111
111
  "cd api",
112
- "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"",
113
113
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
114
114
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
115
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
116
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
117
117
  "yarn install --immutable",
118
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
118
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
119
119
  "yarn build",
120
120
  ],
121
121
  "stage": "build",
@@ -442,18 +442,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
442
442
  ],
443
443
  },
444
444
  "script": [
445
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
445
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
446
446
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
447
447
  "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"",
448
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
449
449
  "cd api",
450
- "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"",
451
451
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
452
452
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
453
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
454
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
455
455
  "yarn install --immutable",
456
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
456
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
457
457
  "yarn test",
458
458
  ],
459
459
  "stage": "test",
@@ -589,18 +589,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
589
589
  ],
590
590
  },
591
591
  "script": [
592
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
592
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
593
593
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
594
594
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
595
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
595
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
596
596
  "cd api",
597
- "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"",
598
598
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
599
599
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
600
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
601
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
602
602
  "yarn install --immutable",
603
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
603
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
604
604
  "yarn lint",
605
605
  ],
606
606
  "stage": "test",
@@ -660,18 +660,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
660
660
  },
661
661
  "script": [
662
662
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
663
- "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"",
664
664
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
665
665
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
666
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
666
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
667
667
  "cd api",
668
- "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"",
669
669
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
670
670
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
671
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
672
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
673
673
  "yarn install --immutable",
674
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
674
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
675
675
  "yarn build",
676
676
  ],
677
677
  "stage": "build",
@@ -1014,18 +1014,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1014
1014
  ],
1015
1015
  },
1016
1016
  "script": [
1017
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1017
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1018
1018
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1019
1019
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1020
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1020
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1021
1021
  "cd api",
1022
- "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"",
1023
1023
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1024
1024
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1025
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1026
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1027
1027
  "yarn install --immutable",
1028
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1028
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1029
1029
  "yarn test",
1030
1030
  ],
1031
1031
  "stage": "test",
@@ -1181,18 +1181,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1181
1181
  },
1182
1182
  "script": [
1183
1183
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1184
- "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"",
1185
1185
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1186
1186
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1187
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1187
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1188
1188
  "cd api",
1189
- "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"",
1190
1190
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1191
1191
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1192
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1193
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1194
1194
  "yarn install --immutable",
1195
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1195
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1196
1196
  "yarn build",
1197
1197
  ],
1198
1198
  "stage": "build",
@@ -1265,18 +1265,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1265
1265
  },
1266
1266
  "script": [
1267
1267
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1268
- "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"",
1269
1269
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1270
1270
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1271
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1271
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1272
1272
  "cd api",
1273
- "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"",
1274
1274
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1275
1275
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1276
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1277
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1278
1278
  "yarn install --immutable",
1279
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1279
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1280
1280
  "yarn build",
1281
1281
  ],
1282
1282
  "stage": "build",
@@ -33,18 +33,18 @@ exports[`matches snapshot 1`] = `
33
33
  ],
34
34
  },
35
35
  "script": [
36
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
36
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
37
37
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
38
38
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
39
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
39
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
40
40
  "cd api",
41
- "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"",
42
42
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
43
43
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
44
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
45
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
46
46
  "yarn install --immutable",
47
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
47
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
48
48
  "yarn lint",
49
49
  ],
50
50
  "stage": "test",
@@ -104,18 +104,18 @@ exports[`matches snapshot 1`] = `
104
104
  },
105
105
  "script": [
106
106
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
107
- "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"",
108
108
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
109
109
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
110
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
110
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
111
111
  "cd api",
112
- "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"",
113
113
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
114
114
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
115
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
116
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
117
117
  "yarn install --immutable",
118
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
118
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
119
119
  "yarn build",
120
120
  ],
121
121
  "stage": "build",
@@ -464,18 +464,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
464
464
  ],
465
465
  },
466
466
  "script": [
467
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
467
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
468
468
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
469
469
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
470
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
470
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
471
471
  "cd api",
472
- "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"",
473
473
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
474
474
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
475
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
476
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
477
477
  "yarn install --immutable",
478
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
478
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
479
479
  "yarn test",
480
480
  ],
481
481
  "stage": "test",
@@ -538,18 +538,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
538
538
  ],
539
539
  },
540
540
  "script": [
541
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
541
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
542
542
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
543
543
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
544
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
544
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
545
545
  "cd api",
546
- "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"",
547
547
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
548
548
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
549
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
550
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
551
551
  "yarn install --immutable",
552
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
552
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
553
553
  "yarn lint",
554
554
  ],
555
555
  "stage": "test",
@@ -609,18 +609,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
609
609
  },
610
610
  "script": [
611
611
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
612
- "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"",
613
613
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
614
614
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
615
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
615
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
616
616
  "cd api",
617
- "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"",
618
618
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
619
619
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
620
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
621
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
622
622
  "yarn install --immutable",
623
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
623
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
624
624
  "yarn build:worker",
625
625
  ],
626
626
  "stage": "build",
@@ -969,18 +969,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
969
969
  ],
970
970
  },
971
971
  "script": [
972
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
972
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
973
973
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
974
974
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
975
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
975
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
976
976
  "cd api",
977
- "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"",
978
978
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
979
979
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
980
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
981
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
982
982
  "yarn install --immutable",
983
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
983
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
984
984
  "yarn test",
985
985
  ],
986
986
  "stage": "test",
@@ -1116,18 +1116,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1116
1116
  ],
1117
1117
  },
1118
1118
  "script": [
1119
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1119
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1120
1120
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1121
1121
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1122
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1122
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1123
1123
  "cd api",
1124
- "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"",
1125
1125
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1126
1126
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1127
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1128
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1129
1129
  "yarn install --immutable",
1130
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1130
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1131
1131
  "yarn lint",
1132
1132
  ],
1133
1133
  "stage": "test",
@@ -1187,18 +1187,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1187
1187
  },
1188
1188
  "script": [
1189
1189
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1190
- "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"",
1191
1191
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1192
1192
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1193
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1193
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1194
1194
  "cd api",
1195
- "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"",
1196
1196
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1197
1197
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1198
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1199
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1200
1200
  "yarn install --immutable",
1201
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1201
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1202
1202
  "yarn build",
1203
1203
  ],
1204
1204
  "stage": "build",
@@ -1562,18 +1562,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1562
1562
  ],
1563
1563
  },
1564
1564
  "script": [
1565
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1565
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1566
1566
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1567
1567
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1568
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1568
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1569
1569
  "cd api",
1570
- "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"",
1571
1571
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1572
1572
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1573
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1574
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1575
1575
  "yarn install --immutable",
1576
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1576
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1577
1577
  "yarn test",
1578
1578
  ],
1579
1579
  "stage": "test",
@@ -1636,18 +1636,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1636
1636
  ],
1637
1637
  },
1638
1638
  "script": [
1639
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1639
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1640
1640
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1641
1641
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1642
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1642
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1643
1643
  "cd api",
1644
- "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"",
1645
1645
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1646
1646
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1647
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1648
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1649
1649
  "yarn install --immutable",
1650
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1650
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1651
1651
  "yarn lint",
1652
1652
  ],
1653
1653
  "stage": "test",
@@ -1707,18 +1707,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1707
1707
  },
1708
1708
  "script": [
1709
1709
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1710
- "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"",
1711
1711
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1712
1712
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1713
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1713
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1714
1714
  "cd api",
1715
- "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"",
1716
1716
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1717
1717
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1718
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1719
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1720
1720
  "yarn install --immutable",
1721
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1721
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1722
1722
  "yarn build:worker",
1723
1723
  ],
1724
1724
  "stage": "build",
@@ -2082,18 +2082,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2082
2082
  ],
2083
2083
  },
2084
2084
  "script": [
2085
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2085
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2086
2086
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2087
2087
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2088
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2088
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2089
2089
  "cd api",
2090
- "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"",
2091
2091
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2092
2092
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2093
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2094
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
2095
2095
  "yarn install --immutable",
2096
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2096
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2097
2097
  "yarn test",
2098
2098
  ],
2099
2099
  "stage": "test",
@@ -2249,18 +2249,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2249
2249
  },
2250
2250
  "script": [
2251
2251
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
2252
- "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"",
2253
2253
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2254
2254
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2255
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2255
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2256
2256
  "cd api",
2257
- "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"",
2258
2258
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2259
2259
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2260
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2261
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
2262
2262
  "yarn install --immutable",
2263
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2263
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2264
2264
  "yarn build",
2265
2265
  ],
2266
2266
  "stage": "build",
@@ -2339,18 +2339,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2339
2339
  },
2340
2340
  "script": [
2341
2341
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
2342
- "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"",
2343
2343
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2344
2344
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2345
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2345
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2346
2346
  "cd api",
2347
- "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"",
2348
2348
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2349
2349
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2350
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2351
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
2352
2352
  "yarn install --immutable",
2353
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2353
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2354
2354
  "yarn build",
2355
2355
  ],
2356
2356
  "stage": "build",
@@ -2981,18 +2981,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2981
2981
  },
2982
2982
  "script": [
2983
2983
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
2984
- "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"",
2985
2985
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2986
2986
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2987
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2987
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2988
2988
  "cd api",
2989
- "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"",
2990
2990
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2991
2991
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2992
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2993
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
2994
2994
  "yarn install --immutable",
2995
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2995
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2996
2996
  "yarn build:worker",
2997
2997
  ],
2998
2998
  "stage": "build",
@@ -3071,18 +3071,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
3071
3071
  },
3072
3072
  "script": [
3073
3073
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
3074
- "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"",
3075
3075
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3076
3076
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3077
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3077
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
3078
3078
  "cd api",
3079
- "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"",
3080
3080
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3081
3081
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3082
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3083
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
3084
3084
  "yarn install --immutable",
3085
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
3085
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
3086
3086
  "yarn build:worker",
3087
3087
  ],
3088
3088
  "stage": "build",