@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",
@@ -460,14 +464,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
460
464
  ],
461
465
  },
462
466
  "script": [
467
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
468
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
469
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
470
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
463
471
  "cd api",
464
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
465
472
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
466
473
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
467
474
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
468
475
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
476
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
469
477
  "yarn install --immutable",
470
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
478
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
471
479
  "yarn test",
472
480
  ],
473
481
  "stage": "test",
@@ -530,14 +538,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
530
538
  ],
531
539
  },
532
540
  "script": [
541
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
542
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
543
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
544
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
533
545
  "cd api",
534
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
535
546
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
536
547
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
537
548
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
538
549
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
550
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
539
551
  "yarn install --immutable",
540
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
552
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
541
553
  "yarn lint",
542
554
  ],
543
555
  "stage": "test",
@@ -602,13 +614,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
602
614
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
603
615
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
604
616
  "cd api",
605
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
606
617
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
607
618
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
608
619
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
609
620
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
621
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
610
622
  "yarn install --immutable",
611
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
623
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
612
624
  "yarn build:worker",
613
625
  ],
614
626
  "stage": "build",
@@ -957,14 +969,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
957
969
  ],
958
970
  },
959
971
  "script": [
972
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
973
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
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"",
960
976
  "cd api",
961
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
962
977
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
963
978
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
964
979
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
965
980
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
981
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
966
982
  "yarn install --immutable",
967
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
983
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
968
984
  "yarn test",
969
985
  ],
970
986
  "stage": "test",
@@ -1100,14 +1116,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1100
1116
  ],
1101
1117
  },
1102
1118
  "script": [
1119
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1120
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1121
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1122
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1103
1123
  "cd api",
1104
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1105
1124
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1106
1125
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1107
1126
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1108
1127
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1128
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1109
1129
  "yarn install --immutable",
1110
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1130
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1111
1131
  "yarn lint",
1112
1132
  ],
1113
1133
  "stage": "test",
@@ -1172,13 +1192,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1172
1192
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1173
1193
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1174
1194
  "cd api",
1175
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1176
1195
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1177
1196
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1178
1197
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1179
1198
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1199
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1180
1200
  "yarn install --immutable",
1181
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1201
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1182
1202
  "yarn build",
1183
1203
  ],
1184
1204
  "stage": "build",
@@ -1542,14 +1562,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1542
1562
  ],
1543
1563
  },
1544
1564
  "script": [
1565
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1566
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1567
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1568
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1545
1569
  "cd api",
1546
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1547
1570
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1548
1571
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1549
1572
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1550
1573
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1574
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1551
1575
  "yarn install --immutable",
1552
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1576
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1553
1577
  "yarn test",
1554
1578
  ],
1555
1579
  "stage": "test",
@@ -1612,14 +1636,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1612
1636
  ],
1613
1637
  },
1614
1638
  "script": [
1639
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1640
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1641
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1642
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1615
1643
  "cd api",
1616
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1617
1644
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1618
1645
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1619
1646
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1620
1647
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1648
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1621
1649
  "yarn install --immutable",
1622
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1650
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1623
1651
  "yarn lint",
1624
1652
  ],
1625
1653
  "stage": "test",
@@ -1684,13 +1712,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1684
1712
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1685
1713
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1686
1714
  "cd api",
1687
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1688
1715
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1689
1716
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1690
1717
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1691
1718
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1719
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1692
1720
  "yarn install --immutable",
1693
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1721
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1694
1722
  "yarn build:worker",
1695
1723
  ],
1696
1724
  "stage": "build",
@@ -2054,14 +2082,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2054
2082
  ],
2055
2083
  },
2056
2084
  "script": [
2085
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2086
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2087
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2088
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2057
2089
  "cd api",
2058
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2059
2090
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2060
2091
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2061
2092
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2062
2093
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2094
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
2063
2095
  "yarn install --immutable",
2064
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2096
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2065
2097
  "yarn test",
2066
2098
  ],
2067
2099
  "stage": "test",
@@ -2222,13 +2254,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2222
2254
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2223
2255
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2224
2256
  "cd api",
2225
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2226
2257
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2227
2258
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2228
2259
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2229
2260
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2261
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
2230
2262
  "yarn install --immutable",
2231
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2263
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2232
2264
  "yarn build",
2233
2265
  ],
2234
2266
  "stage": "build",
@@ -2312,13 +2344,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2312
2344
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2313
2345
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2314
2346
  "cd api",
2315
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2316
2347
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2317
2348
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2318
2349
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2319
2350
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2351
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
2320
2352
  "yarn install --immutable",
2321
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2353
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2322
2354
  "yarn build",
2323
2355
  ],
2324
2356
  "stage": "build",
@@ -2954,13 +2986,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2954
2986
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2955
2987
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2956
2988
  "cd api",
2957
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2958
2989
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2959
2990
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2960
2991
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2961
2992
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2993
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
2962
2994
  "yarn install --immutable",
2963
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2995
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2964
2996
  "yarn build:worker",
2965
2997
  ],
2966
2998
  "stage": "build",
@@ -3044,13 +3076,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
3044
3076
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3045
3077
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3046
3078
  "cd api",
3047
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
3048
3079
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
3049
3080
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3050
3081
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3051
3082
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3083
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
3052
3084
  "yarn install --immutable",
3053
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
3085
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
3054
3086
  "yarn build:worker",
3055
3087
  ],
3056
3088
  "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
  "yarn build",
116
120
  ],
117
121
  "stage": "build",
@@ -484,14 +488,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
484
488
  ],
485
489
  },
486
490
  "script": [
491
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
492
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
493
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
494
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
487
495
  "cd api",
488
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
489
496
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
490
497
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
491
498
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
492
499
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
500
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
493
501
  "yarn install --immutable",
494
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
502
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
495
503
  "yarn test",
496
504
  ],
497
505
  "stage": "test",
@@ -554,14 +562,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
554
562
  ],
555
563
  },
556
564
  "script": [
565
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
566
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
567
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
568
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
557
569
  "cd www",
558
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
559
570
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
560
571
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
561
572
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
562
573
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
574
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
563
575
  "yarn install --immutable",
564
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
576
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
565
577
  "yarn lint",
566
578
  ],
567
579
  "stage": "test",
@@ -626,13 +638,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
626
638
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
627
639
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
628
640
  "cd www",
629
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
630
641
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
631
642
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
632
643
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
633
644
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
645
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
634
646
  "yarn install --immutable",
635
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
647
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
636
648
  "yarn build",
637
649
  ],
638
650
  "stage": "build",
@@ -962,14 +974,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
962
974
  ],
963
975
  },
964
976
  "script": [
977
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
978
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
979
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
980
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
965
981
  "cd www",
966
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
967
982
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
968
983
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
969
984
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
970
985
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
986
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
971
987
  "yarn install --immutable",
972
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
988
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
973
989
  "yarn test",
974
990
  ],
975
991
  "stage": "test",
@@ -1105,14 +1121,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1105
1121
  ],
1106
1122
  },
1107
1123
  "script": [
1124
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1125
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1126
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1127
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1108
1128
  "cd api",
1109
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1110
1129
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1111
1130
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1112
1131
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1113
1132
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1133
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1114
1134
  "yarn install --immutable",
1115
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1135
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1116
1136
  "yarn lint",
1117
1137
  ],
1118
1138
  "stage": "test",
@@ -1177,13 +1197,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1177
1197
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1178
1198
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1179
1199
  "cd api",
1180
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1181
1200
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1182
1201
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1183
1202
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1184
1203
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1204
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1185
1205
  "yarn install --immutable",
1186
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1206
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1187
1207
  "yarn build",
1188
1208
  ],
1189
1209
  "stage": "build",
@@ -1571,14 +1591,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1571
1591
  ],
1572
1592
  },
1573
1593
  "script": [
1594
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1595
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1596
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1597
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1574
1598
  "cd api",
1575
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1576
1599
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1577
1600
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1578
1601
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1579
1602
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1603
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1580
1604
  "yarn install --immutable",
1581
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1605
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1582
1606
  "yarn test",
1583
1607
  ],
1584
1608
  "stage": "test",
@@ -1641,14 +1665,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1641
1665
  ],
1642
1666
  },
1643
1667
  "script": [
1668
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1669
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1670
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1671
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1644
1672
  "cd www",
1645
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1646
1673
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1647
1674
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1648
1675
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1649
1676
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1677
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1650
1678
  "yarn install --immutable",
1651
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1679
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1652
1680
  "yarn lint",
1653
1681
  ],
1654
1682
  "stage": "test",
@@ -1713,13 +1741,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1713
1741
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1714
1742
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1715
1743
  "cd www",
1716
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1717
1744
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1718
1745
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1719
1746
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1720
1747
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1748
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
1721
1749
  "yarn install --immutable",
1722
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1750
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
1723
1751
  "yarn build",
1724
1752
  ],
1725
1753
  "stage": "build",
@@ -2055,14 +2083,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2055
2083
  ],
2056
2084
  },
2057
2085
  "script": [
2086
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2087
+ "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2088
+ "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2089
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2058
2090
  "cd www",
2059
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2060
2091
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2061
2092
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2062
2093
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2063
2094
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2095
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
2064
2096
  "yarn install --immutable",
2065
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2097
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2066
2098
  "yarn test",
2067
2099
  ],
2068
2100
  "stage": "test",
@@ -2223,13 +2255,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2223
2255
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2224
2256
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2225
2257
  "cd api",
2226
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2227
2258
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2228
2259
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2229
2260
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2230
2261
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2262
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
2231
2263
  "yarn install --immutable",
2232
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2264
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2233
2265
  "yarn build",
2234
2266
  ],
2235
2267
  "stage": "build",
@@ -2315,13 +2347,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2315
2347
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2316
2348
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2317
2349
  "cd api",
2318
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2319
2350
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2320
2351
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2321
2352
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2322
2353
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2354
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
2323
2355
  "yarn install --immutable",
2324
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2356
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
2325
2357
  "yarn build",
2326
2358
  ],
2327
2359
  "stage": "build",
@@ -3003,13 +3035,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
3003
3035
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3004
3036
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3005
3037
  "cd www",
3006
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
3007
3038
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
3008
3039
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3009
3040
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3010
3041
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3042
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
3011
3043
  "yarn install --immutable",
3012
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
3044
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
3013
3045
  "yarn build",
3014
3046
  ],
3015
3047
  "stage": "build",
@@ -3088,13 +3120,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
3088
3120
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3089
3121
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3090
3122
  "cd www",
3091
- "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
3092
3123
  "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
3093
3124
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
3094
3125
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3095
3126
  "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
3127
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
3096
3128
  "yarn install --immutable",
3097
- "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
3129
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
3098
3130
  "yarn build",
3099
3131
  ],
3100
3132
  "stage": "build",