@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
@@ -145,18 +145,18 @@ mongodb:
145
145
  ],
146
146
  },
147
147
  "script": [
148
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
148
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
149
149
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
150
150
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
151
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
151
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
152
152
  "cd app",
153
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
153
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
154
154
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
155
155
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
156
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
157
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
156
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
157
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
158
158
  "yarn install --immutable",
159
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
159
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
160
160
  "yarn lint",
161
161
  ],
162
162
  "stage": "test",
@@ -216,18 +216,18 @@ mongodb:
216
216
  },
217
217
  "script": [
218
218
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > app/__build_info.json",
219
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
219
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
220
220
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
221
221
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
222
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
222
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
223
223
  "cd app",
224
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
224
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
225
225
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
226
226
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
227
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
228
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
227
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
228
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
229
229
  "yarn install --immutable",
230
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
230
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
231
231
  "echo "add healthcheck package"",
232
232
  "meteor add panter:healthroute --allow-superuser",
233
233
  "meteor add qualia:prod-shell --allow-superuser",
@@ -634,18 +634,18 @@ mongodb:
634
634
  ],
635
635
  },
636
636
  "script": [
637
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
637
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
638
638
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
639
639
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
640
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
640
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
641
641
  "cd app",
642
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
642
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
643
643
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
644
644
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
645
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
646
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
645
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
646
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
647
647
  "yarn install --immutable",
648
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
648
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
649
649
  "yarn test",
650
650
  ],
651
651
  "stage": "test",
@@ -893,18 +893,18 @@ mongodb:
893
893
  ],
894
894
  },
895
895
  "script": [
896
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
896
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
897
897
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
898
898
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
899
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
899
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
900
900
  "cd app",
901
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
901
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
902
902
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
903
903
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
904
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
905
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
904
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
905
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
906
906
  "yarn install --immutable",
907
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
907
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
908
908
  "yarn lint",
909
909
  ],
910
910
  "stage": "test",
@@ -964,18 +964,18 @@ mongodb:
964
964
  },
965
965
  "script": [
966
966
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > app/__build_info.json",
967
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
967
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
968
968
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
969
969
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
970
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
970
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
971
971
  "cd app",
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"",
976
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
975
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
976
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
977
977
  "yarn install --immutable",
978
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
978
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
979
979
  "echo "add healthcheck package"",
980
980
  "meteor add panter:healthroute --allow-superuser",
981
981
  "meteor add qualia:prod-shell --allow-superuser",
@@ -1382,18 +1382,18 @@ mongodb:
1382
1382
  ],
1383
1383
  },
1384
1384
  "script": [
1385
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1385
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1386
1386
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1387
1387
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1388
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1388
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1389
1389
  "cd app",
1390
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1390
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1391
1391
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1392
1392
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1393
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1394
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1393
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1394
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1395
1395
  "yarn install --immutable",
1396
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1396
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1397
1397
  "yarn test",
1398
1398
  ],
1399
1399
  "stage": "test",
@@ -1785,18 +1785,18 @@ mongodb:
1785
1785
  },
1786
1786
  "script": [
1787
1787
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > app/__build_info.json",
1788
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1788
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1789
1789
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1790
1790
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1791
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1791
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1792
1792
  "cd app",
1793
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1793
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1794
1794
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1795
1795
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1796
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1797
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1796
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1797
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1798
1798
  "yarn install --immutable",
1799
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1799
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1800
1800
  "echo "add healthcheck package"",
1801
1801
  "meteor add panter:healthroute --allow-superuser",
1802
1802
  "meteor add qualia:prod-shell --allow-superuser",
@@ -1877,18 +1877,18 @@ mongodb:
1877
1877
  },
1878
1878
  "script": [
1879
1879
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > app/__build_info.json",
1880
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1880
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1881
1881
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1882
1882
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1883
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1883
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1884
1884
  "cd app",
1885
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1885
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1886
1886
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1887
1887
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1888
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1889
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1888
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1889
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1890
1890
  "yarn install --immutable",
1891
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1891
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1892
1892
  "echo "add healthcheck package"",
1893
1893
  "meteor add panter:healthroute --allow-superuser",
1894
1894
  "meteor add qualia:prod-shell --allow-superuser",
@@ -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",
@@ -516,18 +516,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
516
516
  ],
517
517
  },
518
518
  "script": [
519
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
519
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
520
520
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
521
521
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
522
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
522
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
523
523
  "cd app",
524
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
524
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
525
525
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
526
526
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
527
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
528
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
527
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
528
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
529
529
  "yarn install --immutable",
530
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
530
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
531
531
  "yarn lint",
532
532
  ],
533
533
  "stage": "test",
@@ -616,18 +616,18 @@ GRAPHQL_URL=https://pan-test-app-dev-api-unknown-host.example.com/graphql
616
616
  _ALL_ENV_VAR_KEYS=["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INFO_BUILD_TIME","BUILD_INFO_CURRENT_VERSION","HOST","ROOT_URL","HOST_CANONICAL","ROOT_URL_INTERNAL","APP_STORE_CONNECT_API_KEY_CONTENT","APP_STORE_CONNECT_ISSUER_ID","APP_STORE_CONNECT_API_KEY_ID","GRAPHQL_URL"]
617
617
  EOF",
618
618
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > app/__build_info.json",
619
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
619
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
620
620
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
621
621
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
622
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
622
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
623
623
  "cd app",
624
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
624
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
625
625
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
626
626
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
627
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
628
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
627
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
628
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
629
629
  "yarn install --immutable",
630
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
630
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
631
631
  "bundle config set --local path 'vendor/ruby'",
632
632
  "gem install bundler",
633
633
  "bundle install",
@@ -808,18 +808,18 @@ EOF",
808
808
  ],
809
809
  },
810
810
  "script": [
811
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
811
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
812
812
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
813
813
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
814
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
814
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
815
815
  "cd app",
816
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
816
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
817
817
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
818
818
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
819
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
820
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
819
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
820
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
821
821
  "yarn install --immutable",
822
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
822
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
823
823
  "yarn test",
824
824
  ],
825
825
  "stage": "test",
@@ -957,18 +957,18 @@ EOF",
957
957
  ],
958
958
  },
959
959
  "script": [
960
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
960
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
961
961
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
962
962
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
963
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
963
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
964
964
  "cd api",
965
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
965
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
966
966
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
967
967
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
968
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
969
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
968
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
969
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
970
970
  "yarn install --immutable",
971
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
971
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
972
972
  "yarn lint",
973
973
  ],
974
974
  "stage": "test",
@@ -1028,18 +1028,18 @@ EOF",
1028
1028
  },
1029
1029
  "script": [
1030
1030
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1031
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1031
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1032
1032
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1033
1033
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1034
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1034
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1035
1035
  "cd api",
1036
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1036
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1037
1037
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1038
1038
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1039
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1040
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1039
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1040
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1041
1041
  "yarn install --immutable",
1042
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1042
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1043
1043
  "yarn build",
1044
1044
  ],
1045
1045
  "stage": "build",
@@ -1372,18 +1372,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1372
1372
  ],
1373
1373
  },
1374
1374
  "script": [
1375
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1375
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1376
1376
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1377
1377
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1378
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1378
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1379
1379
  "cd api",
1380
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1380
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1381
1381
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1382
1382
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1383
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1384
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1383
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1384
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1385
1385
  "yarn install --immutable",
1386
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1386
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1387
1387
  "yarn test",
1388
1388
  ],
1389
1389
  "stage": "test",
@@ -1446,18 +1446,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1446
1446
  ],
1447
1447
  },
1448
1448
  "script": [
1449
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1449
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1450
1450
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1451
1451
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1452
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1452
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1453
1453
  "cd app",
1454
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1454
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1455
1455
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1456
1456
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1457
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1458
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1457
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1458
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1459
1459
  "yarn install --immutable",
1460
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1460
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1461
1461
  "yarn lint",
1462
1462
  ],
1463
1463
  "stage": "test",
@@ -1546,18 +1546,18 @@ GRAPHQL_URL=https://pan-test-app-review-mr1234-api-unknown-host.example.com/grap
1546
1546
  _ALL_ENV_VAR_KEYS=["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INFO_BUILD_TIME","BUILD_INFO_CURRENT_VERSION","HOST","ROOT_URL","HOST_CANONICAL","ROOT_URL_INTERNAL","APP_STORE_CONNECT_API_KEY_CONTENT","APP_STORE_CONNECT_ISSUER_ID","APP_STORE_CONNECT_API_KEY_ID","GRAPHQL_URL"]
1547
1547
  EOF",
1548
1548
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > app/__build_info.json",
1549
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1549
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1550
1550
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1551
1551
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1552
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1552
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1553
1553
  "cd app",
1554
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1554
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1555
1555
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1556
1556
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1557
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1558
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1557
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1558
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1559
1559
  "yarn install --immutable",
1560
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1560
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1561
1561
  "bundle config set --local path 'vendor/ruby'",
1562
1562
  "gem install bundler",
1563
1563
  "bundle install",
@@ -1738,18 +1738,18 @@ EOF",
1738
1738
  ],
1739
1739
  },
1740
1740
  "script": [
1741
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1741
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1742
1742
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1743
1743
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1744
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1744
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1745
1745
  "cd app",
1746
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1746
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1747
1747
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1748
1748
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1749
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1750
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1749
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1750
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1751
1751
  "yarn install --immutable",
1752
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1752
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1753
1753
  "yarn test",
1754
1754
  ],
1755
1755
  "stage": "test",
@@ -1907,18 +1907,18 @@ EOF",
1907
1907
  },
1908
1908
  "script": [
1909
1909
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1910
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1910
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1911
1911
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1912
1912
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1913
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1913
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1914
1914
  "cd api",
1915
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1915
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1916
1916
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1917
1917
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1918
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1919
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1918
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1919
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1920
1920
  "yarn install --immutable",
1921
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1921
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1922
1922
  "yarn build",
1923
1923
  ],
1924
1924
  "stage": "build",
@@ -1991,18 +1991,18 @@ EOF",
1991
1991
  },
1992
1992
  "script": [
1993
1993
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1994
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1994
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1995
1995
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1996
1996
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1997
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1997
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1998
1998
  "cd api",
1999
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1999
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2000
2000
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2001
2001
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2002
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2003
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
2002
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2003
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
2004
2004
  "yarn install --immutable",
2005
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2005
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2006
2006
  "yarn build",
2007
2007
  ],
2008
2008
  "stage": "build",
@@ -2622,18 +2622,18 @@ GRAPHQL_URL=https://pan-test-app-prod-api-unknown-host.example.com/graphql
2622
2622
  _ALL_ENV_VAR_KEYS=["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INFO_BUILD_TIME","BUILD_INFO_CURRENT_VERSION","HOST","ROOT_URL","HOST_CANONICAL","ROOT_URL_INTERNAL","APP_STORE_CONNECT_API_KEY_CONTENT","APP_STORE_CONNECT_ISSUER_ID","APP_STORE_CONNECT_API_KEY_ID","GRAPHQL_URL"]
2623
2623
  EOF",
2624
2624
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > app/__build_info.json",
2625
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2625
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2626
2626
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2627
2627
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2628
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2628
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2629
2629
  "cd app",
2630
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2630
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2631
2631
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2632
2632
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2633
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2634
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
2633
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2634
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
2635
2635
  "yarn install --immutable",
2636
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2636
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2637
2637
  "bundle config set --local path 'vendor/ruby'",
2638
2638
  "gem install bundler",
2639
2639
  "bundle install",
@@ -2743,18 +2743,18 @@ GRAPHQL_URL=https://pan-test-app-stage-api-unknown-host.example.com/graphql
2743
2743
  _ALL_ENV_VAR_KEYS=["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INFO_BUILD_TIME","BUILD_INFO_CURRENT_VERSION","HOST","ROOT_URL","HOST_CANONICAL","ROOT_URL_INTERNAL","APP_STORE_CONNECT_API_KEY_CONTENT","APP_STORE_CONNECT_ISSUER_ID","APP_STORE_CONNECT_API_KEY_ID","GRAPHQL_URL"]
2744
2744
  EOF",
2745
2745
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > app/__build_info.json",
2746
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2746
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2747
2747
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2748
2748
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2749
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2749
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2750
2750
  "cd app",
2751
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2751
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
2752
2752
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2753
2753
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2754
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2755
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
2754
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
2755
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
2756
2756
  "yarn install --immutable",
2757
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2757
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
2758
2758
  "bundle config set --local path 'vendor/ruby'",
2759
2759
  "gem install bundler",
2760
2760
  "bundle install",