@catladder/pipeline 1.129.1 → 1.131.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/dist/build/node/testJob.js +2 -2
  2. package/dist/build/node/yarn.js +2 -2
  3. package/dist/bundles/catladder-gitlab/index.js +1 -1
  4. package/dist/constants.js +1 -1
  5. package/dist/tsconfig.tsbuildinfo +1 -1
  6. package/examples/__snapshots__/cloud-run-memory-limit.ts.snap +56 -40
  7. package/examples/__snapshots__/cloud-run-meteor-with-worker.ts.snap +56 -40
  8. package/examples/__snapshots__/cloud-run-no-cpu-throttling.ts.snap +56 -40
  9. package/examples/__snapshots__/cloud-run-non-public.ts.snap +56 -40
  10. package/examples/__snapshots__/cloud-run-post-stop-job.ts.snap +56 -40
  11. package/examples/__snapshots__/cloud-run-with-sql-reuse-db.ts.snap +112 -80
  12. package/examples/__snapshots__/cloud-run-with-sql.ts.snap +112 -80
  13. package/examples/__snapshots__/cloud-run-with-worker.ts.snap +56 -40
  14. package/examples/__snapshots__/custom-build-job-with-tests.ts.snap +8 -8
  15. package/examples/__snapshots__/custom-build-job.ts.snap +8 -8
  16. package/examples/__snapshots__/custom-deploy.ts.snap +56 -40
  17. package/examples/__snapshots__/custom-envs.ts.snap +68 -52
  18. package/examples/__snapshots__/custom-sbom-java.ts.snap +8 -8
  19. package/examples/__snapshots__/kubernetes-application-customization.ts.snap +56 -40
  20. package/examples/__snapshots__/kubernetes-with-cloud-sql-legacy.ts.snap +56 -40
  21. package/examples/__snapshots__/kubernetes-with-cloud-sql.ts.snap +56 -40
  22. package/examples/__snapshots__/kubernetes-with-jobs.ts.snap +112 -80
  23. package/examples/__snapshots__/kubernetes-with-mongodb.ts.snap +56 -40
  24. package/examples/__snapshots__/meteor-kubernetes.ts.snap +56 -40
  25. package/examples/__snapshots__/native-app.ts.snap +112 -80
  26. package/examples/__snapshots__/node-build-with-custom-image.ts.snap +56 -40
  27. package/examples/__snapshots__/wait-for-other-deploy.ts.snap +112 -80
  28. package/package.json +1 -1
  29. package/src/build/node/testJob.ts +3 -1
  30. package/src/build/node/yarn.ts +11 -8
@@ -138,14 +138,18 @@ application:
138
138
  ],
139
139
  },
140
140
  "script": [
141
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
142
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
143
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
144
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
141
145
  "cd api",
142
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
143
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
146
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
144
147
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
145
148
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
146
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
149
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
150
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
147
151
  "yarn install --immutable",
148
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
152
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
149
153
  "yarn lint",
150
154
  ],
151
155
  "stage": "test",
@@ -205,18 +209,18 @@ application:
205
209
  },
206
210
  "script": [
207
211
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
208
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
212
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
209
213
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
210
214
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
211
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
215
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
212
216
  "cd api",
213
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
214
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
217
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
215
218
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
216
219
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
217
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
220
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
221
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
218
222
  "yarn install --immutable",
219
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
223
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
220
224
  "yarn build",
221
225
  ],
222
226
  "stage": "build",
@@ -618,14 +622,18 @@ application:
618
622
  ],
619
623
  },
620
624
  "script": [
625
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
626
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
627
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
628
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
621
629
  "cd api",
622
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
623
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
630
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
624
631
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
625
632
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
626
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
633
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
634
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
627
635
  "yarn install --immutable",
628
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
636
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
629
637
  "yarn test",
630
638
  ],
631
639
  "stage": "test",
@@ -866,14 +874,18 @@ application:
866
874
  ],
867
875
  },
868
876
  "script": [
877
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
878
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
879
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
880
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
869
881
  "cd api",
870
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
871
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
882
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
872
883
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
873
884
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
874
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
885
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
886
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
875
887
  "yarn install --immutable",
876
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
888
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
877
889
  "yarn lint",
878
890
  ],
879
891
  "stage": "test",
@@ -933,18 +945,18 @@ application:
933
945
  },
934
946
  "script": [
935
947
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
936
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
948
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
937
949
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
938
950
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
939
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
951
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
940
952
  "cd api",
941
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
942
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
953
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
943
954
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
944
955
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
945
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
956
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
957
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
946
958
  "yarn install --immutable",
947
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
959
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
948
960
  "yarn build",
949
961
  ],
950
962
  "stage": "build",
@@ -1346,14 +1358,18 @@ application:
1346
1358
  ],
1347
1359
  },
1348
1360
  "script": [
1361
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1362
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1363
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1364
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1349
1365
  "cd api",
1350
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1351
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1366
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1352
1367
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1353
1368
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1354
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1369
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1370
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1355
1371
  "yarn install --immutable",
1356
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1372
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1357
1373
  "yarn test",
1358
1374
  ],
1359
1375
  "stage": "test",
@@ -1719,18 +1735,18 @@ application:
1719
1735
  },
1720
1736
  "script": [
1721
1737
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1722
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1738
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1723
1739
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1724
1740
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1725
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1741
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1726
1742
  "cd api",
1727
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1728
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1743
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1729
1744
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1730
1745
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1731
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1746
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1747
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1732
1748
  "yarn install --immutable",
1733
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1749
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1734
1750
  "yarn build",
1735
1751
  ],
1736
1752
  "stage": "build",
@@ -1804,18 +1820,18 @@ application:
1804
1820
  },
1805
1821
  "script": [
1806
1822
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1807
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1823
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1808
1824
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1809
1825
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1810
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1826
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1811
1827
  "cd api",
1812
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1813
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1828
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1814
1829
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1815
1830
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1816
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1831
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1832
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1817
1833
  "yarn install --immutable",
1818
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1834
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1819
1835
  "yarn build",
1820
1836
  ],
1821
1837
  "stage": "build",
@@ -134,14 +134,18 @@ cloudsql:
134
134
  ],
135
135
  },
136
136
  "script": [
137
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
138
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
139
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
140
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
137
141
  "cd api",
138
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
139
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
142
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
140
143
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
141
144
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
142
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
145
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
146
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
143
147
  "yarn install --immutable",
144
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
148
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
145
149
  "yarn lint",
146
150
  ],
147
151
  "stage": "test",
@@ -201,18 +205,18 @@ cloudsql:
201
205
  },
202
206
  "script": [
203
207
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
204
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
208
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
205
209
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
206
210
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
207
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
211
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
208
212
  "cd api",
209
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
210
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
213
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
211
214
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
212
215
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
213
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
216
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
217
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
214
218
  "yarn install --immutable",
215
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
219
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
216
220
  "yarn build",
217
221
  ],
218
222
  "stage": "build",
@@ -608,14 +612,18 @@ cloudsql:
608
612
  ],
609
613
  },
610
614
  "script": [
615
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
616
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
617
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
618
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
611
619
  "cd api",
612
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
613
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
620
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
614
621
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
615
622
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
616
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
623
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
624
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
617
625
  "yarn install --immutable",
618
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
626
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
619
627
  "yarn test",
620
628
  ],
621
629
  "stage": "test",
@@ -852,14 +860,18 @@ cloudsql:
852
860
  ],
853
861
  },
854
862
  "script": [
863
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
864
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
865
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
866
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
855
867
  "cd api",
856
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
857
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
868
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
858
869
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
859
870
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
860
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
871
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
872
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
861
873
  "yarn install --immutable",
862
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
874
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
863
875
  "yarn lint",
864
876
  ],
865
877
  "stage": "test",
@@ -919,18 +931,18 @@ cloudsql:
919
931
  },
920
932
  "script": [
921
933
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
922
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
934
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
923
935
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
924
936
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
925
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
937
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
926
938
  "cd api",
927
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
928
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
939
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
929
940
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
930
941
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
931
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
942
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
943
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
932
944
  "yarn install --immutable",
933
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
945
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
934
946
  "yarn build",
935
947
  ],
936
948
  "stage": "build",
@@ -1326,14 +1338,18 @@ cloudsql:
1326
1338
  ],
1327
1339
  },
1328
1340
  "script": [
1341
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1342
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1343
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1344
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1329
1345
  "cd api",
1330
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1331
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1346
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1332
1347
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1333
1348
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1334
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1349
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1350
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1335
1351
  "yarn install --immutable",
1336
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1352
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1337
1353
  "yarn test",
1338
1354
  ],
1339
1355
  "stage": "test",
@@ -1691,18 +1707,18 @@ cloudsql:
1691
1707
  },
1692
1708
  "script": [
1693
1709
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1694
- "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"",
1695
1711
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1696
1712
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1697
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1713
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1698
1714
  "cd api",
1699
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1700
- "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"",
1701
1716
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1702
1717
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1703
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1718
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1719
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1704
1720
  "yarn install --immutable",
1705
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1721
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1706
1722
  "yarn build",
1707
1723
  ],
1708
1724
  "stage": "build",
@@ -1778,18 +1794,18 @@ cloudsql:
1778
1794
  },
1779
1795
  "script": [
1780
1796
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1781
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1797
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1782
1798
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1783
1799
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1784
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1800
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1785
1801
  "cd api",
1786
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1787
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1802
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1788
1803
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1789
1804
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1790
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1805
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1806
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1791
1807
  "yarn install --immutable",
1792
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1808
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1793
1809
  "yarn build",
1794
1810
  ],
1795
1811
  "stage": "build",
@@ -135,14 +135,18 @@ cloudsql:
135
135
  ],
136
136
  },
137
137
  "script": [
138
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
139
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
140
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
141
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
138
142
  "cd api",
139
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
140
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
143
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
141
144
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
142
145
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
143
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
146
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
147
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
144
148
  "yarn install --immutable",
145
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
149
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
146
150
  "yarn lint",
147
151
  ],
148
152
  "stage": "test",
@@ -202,18 +206,18 @@ cloudsql:
202
206
  },
203
207
  "script": [
204
208
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
205
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
209
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
206
210
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
207
211
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
208
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
212
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
209
213
  "cd api",
210
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
211
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
214
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
212
215
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
213
216
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
214
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
217
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
218
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
215
219
  "yarn install --immutable",
216
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
220
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
217
221
  "yarn build",
218
222
  ],
219
223
  "stage": "build",
@@ -611,14 +615,18 @@ cloudsql:
611
615
  ],
612
616
  },
613
617
  "script": [
618
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
619
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
620
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
621
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
614
622
  "cd api",
615
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
616
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
623
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
617
624
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
618
625
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
619
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
626
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
627
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
620
628
  "yarn install --immutable",
621
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
629
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
622
630
  "yarn test",
623
631
  ],
624
632
  "stage": "test",
@@ -856,14 +864,18 @@ cloudsql:
856
864
  ],
857
865
  },
858
866
  "script": [
867
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
868
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
869
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
870
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
859
871
  "cd api",
860
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
861
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
872
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
862
873
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
863
874
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
864
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
875
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
876
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
865
877
  "yarn install --immutable",
866
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
878
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
867
879
  "yarn lint",
868
880
  ],
869
881
  "stage": "test",
@@ -923,18 +935,18 @@ cloudsql:
923
935
  },
924
936
  "script": [
925
937
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
926
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
938
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
927
939
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
928
940
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
929
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
941
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
930
942
  "cd api",
931
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
932
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
943
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
933
944
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
934
945
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
935
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
946
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
947
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
936
948
  "yarn install --immutable",
937
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
949
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
938
950
  "yarn build",
939
951
  ],
940
952
  "stage": "build",
@@ -1332,14 +1344,18 @@ cloudsql:
1332
1344
  ],
1333
1345
  },
1334
1346
  "script": [
1347
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1348
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1349
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1350
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1335
1351
  "cd api",
1336
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1337
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1352
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1338
1353
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1339
1354
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1340
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1355
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1356
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1341
1357
  "yarn install --immutable",
1342
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1358
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1343
1359
  "yarn test",
1344
1360
  ],
1345
1361
  "stage": "test",
@@ -1699,18 +1715,18 @@ cloudsql:
1699
1715
  },
1700
1716
  "script": [
1701
1717
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1702
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1718
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1703
1719
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1704
1720
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1705
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1721
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1706
1722
  "cd api",
1707
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1708
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1723
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1709
1724
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1710
1725
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1711
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1726
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1727
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1712
1728
  "yarn install --immutable",
1713
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1729
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1714
1730
  "yarn build",
1715
1731
  ],
1716
1732
  "stage": "build",
@@ -1786,18 +1802,18 @@ cloudsql:
1786
1802
  },
1787
1803
  "script": [
1788
1804
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1789
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1805
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1790
1806
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1791
1807
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1792
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1808
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1793
1809
  "cd api",
1794
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1795
- "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1810
+ "echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
1796
1811
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1797
1812
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1798
- "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1813
+ "echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
1814
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
1799
1815
  "yarn install --immutable",
1800
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1816
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
1801
1817
  "yarn build",
1802
1818
  ],
1803
1819
  "stage": "build",