@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",
@@ -488,18 +488,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
488
488
  ],
489
489
  },
490
490
  "script": [
491
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
491
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
492
492
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
493
493
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
494
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
494
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
495
495
  "cd api",
496
- "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"",
497
497
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
498
498
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
499
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
500
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
501
501
  "yarn install --immutable",
502
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
502
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
503
503
  "yarn test",
504
504
  ],
505
505
  "stage": "test",
@@ -562,18 +562,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
562
562
  ],
563
563
  },
564
564
  "script": [
565
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
565
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
566
566
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
567
567
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
568
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
568
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
569
569
  "cd www",
570
- "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"",
571
571
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
572
572
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
573
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
574
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
575
575
  "yarn install --immutable",
576
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
576
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
577
577
  "yarn lint",
578
578
  ],
579
579
  "stage": "test",
@@ -633,18 +633,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
633
633
  },
634
634
  "script": [
635
635
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
636
- "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"",
637
637
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
638
638
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
639
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
639
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
640
640
  "cd www",
641
- "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"",
642
642
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
643
643
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
644
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
645
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
646
646
  "yarn install --immutable",
647
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
647
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
648
648
  "yarn build",
649
649
  ],
650
650
  "stage": "build",
@@ -974,18 +974,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
974
974
  ],
975
975
  },
976
976
  "script": [
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"",
980
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
981
981
  "cd www",
982
- "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"",
983
983
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
984
984
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
985
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
986
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
987
987
  "yarn install --immutable",
988
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
988
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
989
989
  "yarn test",
990
990
  ],
991
991
  "stage": "test",
@@ -1121,18 +1121,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1121
1121
  ],
1122
1122
  },
1123
1123
  "script": [
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"",
1127
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1128
1128
  "cd api",
1129
- "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"",
1130
1130
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1131
1131
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1132
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1133
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1134
1134
  "yarn install --immutable",
1135
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1135
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1136
1136
  "yarn lint",
1137
1137
  ],
1138
1138
  "stage": "test",
@@ -1192,18 +1192,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1192
1192
  },
1193
1193
  "script": [
1194
1194
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
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"",
1198
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1199
1199
  "cd api",
1200
- "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"",
1201
1201
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1202
1202
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1203
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1204
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1205
1205
  "yarn install --immutable",
1206
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1206
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1207
1207
  "yarn build",
1208
1208
  ],
1209
1209
  "stage": "build",
@@ -1591,18 +1591,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1591
1591
  ],
1592
1592
  },
1593
1593
  "script": [
1594
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1594
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1595
1595
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1596
1596
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1597
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1597
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1598
1598
  "cd api",
1599
- "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"",
1600
1600
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1601
1601
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1602
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1603
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1604
1604
  "yarn install --immutable",
1605
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1605
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1606
1606
  "yarn test",
1607
1607
  ],
1608
1608
  "stage": "test",
@@ -1665,18 +1665,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1665
1665
  ],
1666
1666
  },
1667
1667
  "script": [
1668
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1668
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1669
1669
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1670
1670
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1671
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1671
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1672
1672
  "cd www",
1673
- "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"",
1674
1674
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1675
1675
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1676
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1677
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1678
1678
  "yarn install --immutable",
1679
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1679
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1680
1680
  "yarn lint",
1681
1681
  ],
1682
1682
  "stage": "test",
@@ -1736,18 +1736,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1736
1736
  },
1737
1737
  "script": [
1738
1738
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
1739
- "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"",
1740
1740
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1741
1741
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1742
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1742
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1743
1743
  "cd www",
1744
- "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"",
1745
1745
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1746
1746
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1747
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1748
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1749
1749
  "yarn install --immutable",
1750
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1750
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1751
1751
  "yarn build",
1752
1752
  ],
1753
1753
  "stage": "build",
@@ -2083,18 +2083,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2083
2083
  ],
2084
2084
  },
2085
2085
  "script": [
2086
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2086
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2087
2087
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2088
2088
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2089
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2089
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2090
2090
  "cd www",
2091
- "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"",
2092
2092
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2093
2093
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2094
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2095
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
2096
2096
  "yarn install --immutable",
2097
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2097
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2098
2098
  "yarn test",
2099
2099
  ],
2100
2100
  "stage": "test",
@@ -2250,18 +2250,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2250
2250
  },
2251
2251
  "script": [
2252
2252
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
2253
- "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"",
2254
2254
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2255
2255
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2256
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2256
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2257
2257
  "cd api",
2258
- "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"",
2259
2259
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2260
2260
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2261
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2262
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
2263
2263
  "yarn install --immutable",
2264
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2264
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2265
2265
  "yarn build",
2266
2266
  ],
2267
2267
  "stage": "build",
@@ -2342,18 +2342,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2342
2342
  },
2343
2343
  "script": [
2344
2344
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
2345
- "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"",
2346
2346
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2347
2347
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2348
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2348
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2349
2349
  "cd api",
2350
- "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"",
2351
2351
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2352
2352
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2353
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2354
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
2355
2355
  "yarn install --immutable",
2356
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2356
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2357
2357
  "yarn build",
2358
2358
  ],
2359
2359
  "stage": "build",
@@ -3030,18 +3030,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
3030
3030
  },
3031
3031
  "script": [
3032
3032
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
3033
- "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"",
3034
3034
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3035
3035
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3036
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3036
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
3037
3037
  "cd www",
3038
- "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"",
3039
3039
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3040
3040
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3041
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3042
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
3043
3043
  "yarn install --immutable",
3044
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
3044
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
3045
3045
  "yarn build",
3046
3046
  ],
3047
3047
  "stage": "build",
@@ -3115,18 +3115,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
3115
3115
  },
3116
3116
  "script": [
3117
3117
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
3118
- "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"",
3119
3119
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3120
3120
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3121
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3121
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
3122
3122
  "cd www",
3123
- "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"",
3124
3124
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3125
3125
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3126
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3127
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
3128
3128
  "yarn install --immutable",
3129
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
3129
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
3130
3130
  "yarn build",
3131
3131
  ],
3132
3132
  "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",
@@ -444,18 +444,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
444
444
  ],
445
445
  },
446
446
  "script": [
447
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
447
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
448
448
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
449
449
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
450
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
450
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
451
451
  "cd api",
452
- "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"",
453
453
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
454
454
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
455
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
456
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
457
457
  "yarn install --immutable",
458
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
458
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
459
459
  "yarn test",
460
460
  ],
461
461
  "stage": "test",
@@ -591,18 +591,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
591
591
  ],
592
592
  },
593
593
  "script": [
594
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
594
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
595
595
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
596
596
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
597
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
597
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
598
598
  "cd api",
599
- "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"",
600
600
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
601
601
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
602
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
603
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
604
604
  "yarn install --immutable",
605
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
605
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
606
606
  "yarn lint",
607
607
  ],
608
608
  "stage": "test",
@@ -662,18 +662,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
662
662
  },
663
663
  "script": [
664
664
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
665
- "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"",
666
666
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
667
667
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
668
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
668
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
669
669
  "cd api",
670
- "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"",
671
671
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
672
672
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
673
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
674
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
675
675
  "yarn install --immutable",
676
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
676
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
677
677
  "yarn build",
678
678
  ],
679
679
  "stage": "build",
@@ -1008,18 +1008,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1008
1008
  ],
1009
1009
  },
1010
1010
  "script": [
1011
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1011
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1012
1012
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1013
1013
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1014
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1014
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1015
1015
  "cd api",
1016
- "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"",
1017
1017
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1018
1018
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1019
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1020
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1021
1021
  "yarn install --immutable",
1022
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1022
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1023
1023
  "yarn test",
1024
1024
  ],
1025
1025
  "stage": "test",
@@ -1175,18 +1175,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1175
1175
  },
1176
1176
  "script": [
1177
1177
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1178
- "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"",
1179
1179
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1180
1180
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1181
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1181
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1182
1182
  "cd api",
1183
- "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"",
1184
1184
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1185
1185
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1186
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1187
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1188
1188
  "yarn install --immutable",
1189
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1189
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1190
1190
  "yarn build",
1191
1191
  ],
1192
1192
  "stage": "build",
@@ -1259,18 +1259,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1259
1259
  },
1260
1260
  "script": [
1261
1261
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1262
- "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"",
1263
1263
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1264
1264
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1265
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1265
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1266
1266
  "cd api",
1267
- "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"",
1268
1268
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1269
1269
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1270
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1271
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
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"",
1272
1272
  "yarn install --immutable",
1273
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1273
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1274
1274
  "yarn build",
1275
1275
  ],
1276
1276
  "stage": "build",