@catladder/pipeline 1.129.1 → 1.130.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 (27) hide show
  1. package/dist/build/node/testJob.js +2 -2
  2. package/dist/build/node/yarn.js +1 -1
  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 +32 -16
  7. package/examples/__snapshots__/cloud-run-meteor-with-worker.ts.snap +32 -16
  8. package/examples/__snapshots__/cloud-run-no-cpu-throttling.ts.snap +32 -16
  9. package/examples/__snapshots__/cloud-run-non-public.ts.snap +32 -16
  10. package/examples/__snapshots__/cloud-run-post-stop-job.ts.snap +32 -16
  11. package/examples/__snapshots__/cloud-run-with-sql-reuse-db.ts.snap +64 -32
  12. package/examples/__snapshots__/cloud-run-with-sql.ts.snap +64 -32
  13. package/examples/__snapshots__/cloud-run-with-worker.ts.snap +32 -16
  14. package/examples/__snapshots__/custom-deploy.ts.snap +32 -16
  15. package/examples/__snapshots__/custom-envs.ts.snap +36 -20
  16. package/examples/__snapshots__/kubernetes-application-customization.ts.snap +32 -16
  17. package/examples/__snapshots__/kubernetes-with-cloud-sql-legacy.ts.snap +32 -16
  18. package/examples/__snapshots__/kubernetes-with-cloud-sql.ts.snap +32 -16
  19. package/examples/__snapshots__/kubernetes-with-jobs.ts.snap +64 -32
  20. package/examples/__snapshots__/kubernetes-with-mongodb.ts.snap +32 -16
  21. package/examples/__snapshots__/meteor-kubernetes.ts.snap +32 -16
  22. package/examples/__snapshots__/native-app.ts.snap +64 -32
  23. package/examples/__snapshots__/node-build-with-custom-image.ts.snap +32 -16
  24. package/examples/__snapshots__/wait-for-other-deploy.ts.snap +64 -32
  25. package/package.json +1 -1
  26. package/src/build/node/testJob.ts +3 -1
  27. package/src/build/node/yarn.ts +10 -7
@@ -33,14 +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"",
37
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
38
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
39
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
36
40
  "cd api",
37
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
38
41
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
39
42
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
40
43
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
41
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"",
42
46
  "yarn install --immutable",
43
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
47
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
44
48
  "yarn lint",
45
49
  ],
46
50
  "stage": "test",
@@ -105,13 +109,13 @@ exports[`matches snapshot 1`] = `
105
109
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
106
110
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
107
111
  "cd api",
108
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
109
112
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
110
113
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
111
114
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
112
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"",
113
117
  "yarn install --immutable",
114
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
118
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
115
119
  "yarn build",
116
120
  ],
117
121
  "stage": "build",
@@ -440,14 +444,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
440
444
  ],
441
445
  },
442
446
  "script": [
447
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
448
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
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"",
443
451
  "cd api",
444
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
445
452
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
446
453
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
447
454
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
448
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"",
449
457
  "yarn install --immutable",
450
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
458
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
451
459
  "yarn test",
452
460
  ],
453
461
  "stage": "test",
@@ -583,14 +591,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
583
591
  ],
584
592
  },
585
593
  "script": [
594
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
595
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
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"",
586
598
  "cd api",
587
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
588
599
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
589
600
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
590
601
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
591
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"",
592
604
  "yarn install --immutable",
593
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
605
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
594
606
  "yarn lint",
595
607
  ],
596
608
  "stage": "test",
@@ -655,13 +667,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
655
667
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
656
668
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
657
669
  "cd api",
658
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
659
670
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
660
671
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
661
672
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
662
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"",
663
675
  "yarn install --immutable",
664
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
676
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
665
677
  "yarn build",
666
678
  ],
667
679
  "stage": "build",
@@ -996,14 +1008,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
996
1008
  ],
997
1009
  },
998
1010
  "script": [
1011
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1012
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
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"",
999
1015
  "cd api",
1000
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1001
1016
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1002
1017
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1003
1018
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1004
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"",
1005
1021
  "yarn install --immutable",
1006
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1022
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1007
1023
  "yarn test",
1008
1024
  ],
1009
1025
  "stage": "test",
@@ -1164,13 +1180,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1164
1180
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1165
1181
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1166
1182
  "cd api",
1167
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1168
1183
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1169
1184
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1170
1185
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1171
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"",
1172
1188
  "yarn install --immutable",
1173
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1189
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1174
1190
  "yarn build",
1175
1191
  ],
1176
1192
  "stage": "build",
@@ -1248,13 +1264,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1248
1264
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1249
1265
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1250
1266
  "cd api",
1251
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1252
1267
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1253
1268
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1254
1269
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1255
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"",
1256
1272
  "yarn install --immutable",
1257
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1273
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1258
1274
  "yarn build",
1259
1275
  ],
1260
1276
  "stage": "build",
@@ -33,14 +33,18 @@ exports[`matches snapshot 1`] = `
33
33
  ],
34
34
  },
35
35
  "script": [
36
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
37
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
38
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
39
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
36
40
  "cd www",
37
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
38
41
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
39
42
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
40
43
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
41
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"",
42
46
  "yarn install --immutable",
43
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
47
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
44
48
  "yarn lint",
45
49
  ],
46
50
  "stage": "test",
@@ -105,13 +109,13 @@ exports[`matches snapshot 1`] = `
105
109
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
106
110
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
107
111
  "cd www",
108
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
109
112
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
110
113
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
111
114
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
112
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"",
113
117
  "yarn install --immutable",
114
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
118
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
115
119
  "yarn build",
116
120
  ],
117
121
  "stage": "build",
@@ -380,14 +384,18 @@ COPY --chown=node:node .yarn /app/.yarn",
380
384
  ],
381
385
  },
382
386
  "script": [
387
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
388
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
389
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
390
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
383
391
  "cd www",
384
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
385
392
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
386
393
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
387
394
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
388
395
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
396
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
389
397
  "yarn install --immutable",
390
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
398
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
391
399
  "yarn test",
392
400
  ],
393
401
  "stage": "test",
@@ -523,14 +531,18 @@ COPY --chown=node:node .yarn /app/.yarn",
523
531
  ],
524
532
  },
525
533
  "script": [
534
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
535
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
536
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
537
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
526
538
  "cd www",
527
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
528
539
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
529
540
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
530
541
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
531
542
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
543
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
532
544
  "yarn install --immutable",
533
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
545
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
534
546
  "yarn lint",
535
547
  ],
536
548
  "stage": "test",
@@ -595,13 +607,13 @@ COPY --chown=node:node .yarn /app/.yarn",
595
607
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
596
608
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
597
609
  "cd www",
598
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
599
610
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
600
611
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
601
612
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
602
613
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
614
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
603
615
  "yarn install --immutable",
604
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
616
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
605
617
  "yarn build",
606
618
  ],
607
619
  "stage": "build",
@@ -870,14 +882,18 @@ COPY --chown=node:node .yarn /app/.yarn",
870
882
  ],
871
883
  },
872
884
  "script": [
885
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
886
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
887
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
888
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
873
889
  "cd www",
874
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
875
890
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
876
891
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
877
892
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
878
893
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
894
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
879
895
  "yarn install --immutable",
880
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
896
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
881
897
  "yarn test",
882
898
  ],
883
899
  "stage": "test",
@@ -1038,13 +1054,13 @@ COPY --chown=node:node .yarn /app/.yarn",
1038
1054
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1039
1055
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1040
1056
  "cd www",
1041
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1042
1057
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1043
1058
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1044
1059
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1045
1060
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1061
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1046
1062
  "yarn install --immutable",
1047
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1063
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1048
1064
  "yarn build",
1049
1065
  ],
1050
1066
  "stage": "build",
@@ -1119,13 +1135,13 @@ COPY --chown=node:node .yarn /app/.yarn",
1119
1135
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1120
1136
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1121
1137
  "cd www",
1122
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1123
1138
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1124
1139
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1125
1140
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1126
1141
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1142
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1127
1143
  "yarn install --immutable",
1128
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1144
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1129
1145
  "yarn build",
1130
1146
  ],
1131
1147
  "stage": "build",
@@ -33,14 +33,18 @@ exports[`matches snapshot 1`] = `
33
33
  ],
34
34
  },
35
35
  "script": [
36
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
37
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
38
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
39
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
36
40
  "cd api",
37
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
38
41
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
39
42
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
40
43
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
41
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"",
42
46
  "yarn install --immutable",
43
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
47
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
44
48
  "yarn lint",
45
49
  ],
46
50
  "stage": "test",
@@ -105,13 +109,13 @@ exports[`matches snapshot 1`] = `
105
109
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
106
110
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
107
111
  "cd api",
108
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
109
112
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
110
113
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
111
114
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
112
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"",
113
117
  "yarn install --immutable",
114
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
118
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
115
119
  ],
116
120
  "stage": "build",
117
121
  "variables": {
@@ -185,13 +189,13 @@ exports[`matches snapshot 1`] = `
185
189
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
186
190
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
187
191
  "cd api",
188
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
189
192
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
190
193
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
191
194
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
192
195
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
196
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
193
197
  "yarn install --immutable",
194
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
198
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
195
199
  ],
196
200
  "stage": "build",
197
201
  "variables": {
@@ -265,13 +269,13 @@ exports[`matches snapshot 1`] = `
265
269
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
266
270
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
267
271
  "cd api",
268
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
269
272
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
270
273
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
271
274
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
272
275
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
276
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
273
277
  "yarn install --immutable",
274
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
278
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
275
279
  ],
276
280
  "stage": "build",
277
281
  "variables": {
@@ -345,14 +349,18 @@ exports[`matches snapshot 1`] = `
345
349
  ],
346
350
  },
347
351
  "script": [
352
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
353
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
354
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
355
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
348
356
  "cd api",
349
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
350
357
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
351
358
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
352
359
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
353
360
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
361
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
354
362
  "yarn install --immutable",
355
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
363
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
356
364
  "yarn test",
357
365
  ],
358
366
  "stage": "test",
@@ -548,14 +556,18 @@ exports[`matches snapshot 1`] = `
548
556
  ],
549
557
  },
550
558
  "script": [
559
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
560
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
561
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
562
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
551
563
  "cd api",
552
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
553
564
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
554
565
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
555
566
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
556
567
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
568
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
557
569
  "yarn install --immutable",
558
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
570
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
559
571
  "yarn lint",
560
572
  ],
561
573
  "stage": "test",
@@ -620,13 +632,13 @@ exports[`matches snapshot 1`] = `
620
632
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
621
633
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
622
634
  "cd api",
623
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
624
635
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
625
636
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
626
637
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
627
638
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
639
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
628
640
  "yarn install --immutable",
629
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
641
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
630
642
  ],
631
643
  "stage": "build",
632
644
  "variables": {
@@ -700,14 +712,18 @@ exports[`matches snapshot 1`] = `
700
712
  ],
701
713
  },
702
714
  "script": [
715
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
716
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
717
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
718
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
703
719
  "cd api",
704
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
705
720
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
706
721
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
707
722
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
708
723
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
724
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
709
725
  "yarn install --immutable",
710
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
726
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
711
727
  "yarn test",
712
728
  ],
713
729
  "stage": "test",
@@ -882,13 +898,13 @@ exports[`matches snapshot 1`] = `
882
898
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
883
899
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
884
900
  "cd api",
885
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
886
901
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
887
902
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
888
903
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
889
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"",
890
906
  "yarn install --immutable",
891
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
907
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
892
908
  ],
893
909
  "stage": "build",
894
910
  "variables": {
@@ -962,13 +978,13 @@ exports[`matches snapshot 1`] = `
962
978
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
963
979
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
964
980
  "cd api",
965
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
966
981
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
967
982
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
968
983
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
969
984
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
985
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
970
986
  "yarn install --immutable",
971
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
987
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
972
988
  ],
973
989
  "stage": "build",
974
990
  "variables": {
@@ -138,14 +138,18 @@ application:
138
138
  ],
139
139
  },
140
140
  "script": [
141
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[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):node install\\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
146
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[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
149
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
150
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[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):yarn install\\r\\e[0K"",
149
153
  "yarn lint",
150
154
  ],
151
155
  "stage": "test",
@@ -210,13 +214,13 @@ application:
210
214
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
211
215
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\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
217
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[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
220
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
221
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[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):yarn install\\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):node install[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):node install\\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
630
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[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
633
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
634
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[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):yarn install\\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):node install[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):node install\\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
882
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[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
885
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
886
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[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):yarn install\\r\\e[0K"",
877
889
  "yarn lint",
878
890
  ],
879
891
  "stage": "test",
@@ -938,13 +950,13 @@ application:
938
950
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
939
951
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\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
953
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[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
956
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
957
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[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):yarn install\\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):node install[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):node install\\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
1366
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[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
1369
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1370
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[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):yarn install\\r\\e[0K"",
1357
1373
  "yarn test",
1358
1374
  ],
1359
1375
  "stage": "test",
@@ -1724,13 +1740,13 @@ application:
1724
1740
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1725
1741
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\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
1743
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[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
1746
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1747
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[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):yarn install\\r\\e[0K"",
1734
1750
  "yarn build",
1735
1751
  ],
1736
1752
  "stage": "build",
@@ -1809,13 +1825,13 @@ application:
1809
1825
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1810
1826
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\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
1828
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[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
1831
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1832
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[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):yarn install\\r\\e[0K"",
1819
1835
  "yarn build",
1820
1836
  ],
1821
1837
  "stage": "build",