@catladder/pipeline 1.120.0 → 1.121.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 (25) hide show
  1. package/dist/build/node/yarn.js +3 -2
  2. package/dist/bundles/catladder-gitlab/index.js +1 -1
  3. package/dist/constants.js +1 -1
  4. package/dist/tsconfig.tsbuildinfo +1 -1
  5. package/examples/__snapshots__/cloud-run-memory-limit.ts.snap +40 -0
  6. package/examples/__snapshots__/cloud-run-no-cpu-throttling.ts.snap +40 -0
  7. package/examples/__snapshots__/cloud-run-non-public.ts.snap +40 -0
  8. package/examples/__snapshots__/cloud-run-with-sql-reuse-db.ts.snap +80 -0
  9. package/examples/__snapshots__/cloud-run-with-sql.ts.snap +80 -0
  10. package/examples/__snapshots__/custom-build-job-with-tests.ts.snap +8 -0
  11. package/examples/__snapshots__/custom-build-job.ts.snap +8 -0
  12. package/examples/__snapshots__/custom-deploy.ts.snap +40 -0
  13. package/examples/__snapshots__/custom-envs.ts.snap +52 -0
  14. package/examples/__snapshots__/custom-sbom-java.ts.snap +8 -0
  15. package/examples/__snapshots__/kubernetes-application-customization.ts.snap +40 -0
  16. package/examples/__snapshots__/kubernetes-with-cloud-sql-legacy.ts.snap +40 -0
  17. package/examples/__snapshots__/kubernetes-with-cloud-sql.ts.snap +40 -0
  18. package/examples/__snapshots__/kubernetes-with-jobs.ts.snap +80 -0
  19. package/examples/__snapshots__/kubernetes-with-mongodb.ts.snap +40 -0
  20. package/examples/__snapshots__/meteor-kubernetes.ts.snap +40 -0
  21. package/examples/__snapshots__/native-app.ts.snap +80 -0
  22. package/examples/__snapshots__/node-build-with-custom-image.ts.snap +40 -0
  23. package/examples/__snapshots__/wait-for-other-deploy.ts.snap +80 -0
  24. package/package.json +1 -1
  25. package/src/build/node/yarn.ts +14 -6
@@ -34,9 +34,13 @@ exports[`matches snapshot 1`] = `
34
34
  },
35
35
  "script": [
36
36
  "cd api",
37
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
38
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
37
39
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
38
40
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
41
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
39
42
  "yarn install --immutable",
43
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
40
44
  "yarn lint",
41
45
  ],
42
46
  "stage": "test",
@@ -96,12 +100,18 @@ exports[`matches snapshot 1`] = `
96
100
  },
97
101
  "script": [
98
102
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
103
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
99
104
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
100
105
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
106
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
101
107
  "cd api",
108
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
109
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
102
110
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
103
111
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
112
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
104
113
  "yarn install --immutable",
114
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
105
115
  "yarn build",
106
116
  ],
107
117
  "stage": "build",
@@ -424,9 +434,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
424
434
  },
425
435
  "script": [
426
436
  "cd api",
437
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
438
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
427
439
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
428
440
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
441
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
429
442
  "yarn install --immutable",
443
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
430
444
  "yarn test",
431
445
  ],
432
446
  "stage": "test",
@@ -562,9 +576,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
562
576
  },
563
577
  "script": [
564
578
  "cd api",
579
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
580
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
565
581
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
566
582
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
583
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
567
584
  "yarn install --immutable",
585
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
568
586
  "yarn lint",
569
587
  ],
570
588
  "stage": "test",
@@ -624,12 +642,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
624
642
  },
625
643
  "script": [
626
644
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
645
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
627
646
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
628
647
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
648
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
629
649
  "cd api",
650
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
651
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
630
652
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
631
653
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
654
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
632
655
  "yarn install --immutable",
656
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
633
657
  "yarn build",
634
658
  ],
635
659
  "stage": "build",
@@ -958,9 +982,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
958
982
  },
959
983
  "script": [
960
984
  "cd api",
985
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
986
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
961
987
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
962
988
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
989
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
963
990
  "yarn install --immutable",
991
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
964
992
  "yarn test",
965
993
  ],
966
994
  "stage": "test",
@@ -1115,12 +1143,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1115
1143
  },
1116
1144
  "script": [
1117
1145
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1146
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1118
1147
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1119
1148
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1149
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1120
1150
  "cd api",
1151
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1152
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1121
1153
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1122
1154
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1155
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1123
1156
  "yarn install --immutable",
1157
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1124
1158
  "yarn build",
1125
1159
  ],
1126
1160
  "stage": "build",
@@ -1191,12 +1225,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1191
1225
  },
1192
1226
  "script": [
1193
1227
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1228
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1194
1229
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1195
1230
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1231
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1196
1232
  "cd api",
1233
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1234
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1197
1235
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1198
1236
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1237
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1199
1238
  "yarn install --immutable",
1239
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1200
1240
  "yarn build",
1201
1241
  ],
1202
1242
  "stage": "build",
@@ -34,9 +34,13 @@ exports[`matches snapshot 1`] = `
34
34
  },
35
35
  "script": [
36
36
  "cd api",
37
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
38
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
37
39
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
38
40
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
41
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
39
42
  "yarn install --immutable",
43
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
40
44
  "yarn lint",
41
45
  ],
42
46
  "stage": "test",
@@ -96,12 +100,18 @@ exports[`matches snapshot 1`] = `
96
100
  },
97
101
  "script": [
98
102
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
103
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
99
104
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
100
105
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
106
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
101
107
  "cd api",
108
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
109
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
102
110
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
103
111
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
112
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
104
113
  "yarn install --immutable",
114
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
105
115
  "yarn build",
106
116
  ],
107
117
  "stage": "build",
@@ -446,9 +456,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
446
456
  },
447
457
  "script": [
448
458
  "cd api",
459
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
460
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
449
461
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
450
462
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
463
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
451
464
  "yarn install --immutable",
465
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
452
466
  "yarn test",
453
467
  ],
454
468
  "stage": "test",
@@ -512,9 +526,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
512
526
  },
513
527
  "script": [
514
528
  "cd api",
529
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
530
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
515
531
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
516
532
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
533
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
517
534
  "yarn install --immutable",
535
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
518
536
  "yarn lint",
519
537
  ],
520
538
  "stage": "test",
@@ -574,12 +592,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
574
592
  },
575
593
  "script": [
576
594
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
595
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
577
596
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
578
597
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
598
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
579
599
  "cd api",
600
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
601
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
580
602
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
581
603
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
604
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
582
605
  "yarn install --immutable",
606
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
583
607
  "yarn build:worker",
584
608
  ],
585
609
  "stage": "build",
@@ -924,9 +948,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
924
948
  },
925
949
  "script": [
926
950
  "cd api",
951
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
952
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
927
953
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
928
954
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
955
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
929
956
  "yarn install --immutable",
957
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
930
958
  "yarn test",
931
959
  ],
932
960
  "stage": "test",
@@ -1062,9 +1090,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1062
1090
  },
1063
1091
  "script": [
1064
1092
  "cd api",
1093
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1094
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1065
1095
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1066
1096
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1097
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1067
1098
  "yarn install --immutable",
1099
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1068
1100
  "yarn lint",
1069
1101
  ],
1070
1102
  "stage": "test",
@@ -1124,12 +1156,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1124
1156
  },
1125
1157
  "script": [
1126
1158
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1159
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1127
1160
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1128
1161
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1162
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1129
1163
  "cd api",
1164
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1165
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1130
1166
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1131
1167
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1168
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1132
1169
  "yarn install --immutable",
1170
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1133
1171
  "yarn build",
1134
1172
  ],
1135
1173
  "stage": "build",
@@ -1489,9 +1527,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1489
1527
  },
1490
1528
  "script": [
1491
1529
  "cd api",
1530
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1531
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1492
1532
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1493
1533
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1534
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1494
1535
  "yarn install --immutable",
1536
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1495
1537
  "yarn test",
1496
1538
  ],
1497
1539
  "stage": "test",
@@ -1555,9 +1597,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1555
1597
  },
1556
1598
  "script": [
1557
1599
  "cd api",
1600
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1601
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1558
1602
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1559
1603
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1604
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1560
1605
  "yarn install --immutable",
1606
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1561
1607
  "yarn lint",
1562
1608
  ],
1563
1609
  "stage": "test",
@@ -1617,12 +1663,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1617
1663
  },
1618
1664
  "script": [
1619
1665
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
1666
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1620
1667
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1621
1668
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1669
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1622
1670
  "cd api",
1671
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
1672
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1623
1673
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1624
1674
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
1675
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1625
1676
  "yarn install --immutable",
1677
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1626
1678
  "yarn build:worker",
1627
1679
  ],
1628
1680
  "stage": "build",
@@ -1982,9 +2034,13 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
1982
2034
  },
1983
2035
  "script": [
1984
2036
  "cd api",
2037
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2038
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
1985
2039
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
1986
2040
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2041
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
1987
2042
  "yarn install --immutable",
2043
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
1988
2044
  "yarn test",
1989
2045
  ],
1990
2046
  "stage": "test",
@@ -2139,12 +2195,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2139
2195
  },
2140
2196
  "script": [
2141
2197
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
2198
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2142
2199
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2143
2200
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2201
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2144
2202
  "cd api",
2203
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2204
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2145
2205
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2146
2206
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2207
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2147
2208
  "yarn install --immutable",
2209
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2148
2210
  "yarn build",
2149
2211
  ],
2150
2212
  "stage": "build",
@@ -2221,12 +2283,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2221
2283
  },
2222
2284
  "script": [
2223
2285
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
2286
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2224
2287
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2225
2288
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2289
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2226
2290
  "cd api",
2291
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2292
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2227
2293
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2228
2294
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2295
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2229
2296
  "yarn install --immutable",
2297
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2230
2298
  "yarn build",
2231
2299
  ],
2232
2300
  "stage": "build",
@@ -2849,12 +2917,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2849
2917
  },
2850
2918
  "script": [
2851
2919
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
2920
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2852
2921
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2853
2922
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2923
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2854
2924
  "cd api",
2925
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
2926
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2855
2927
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2856
2928
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
2929
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2857
2930
  "yarn install --immutable",
2931
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2858
2932
  "yarn build:worker",
2859
2933
  ],
2860
2934
  "stage": "build",
@@ -2931,12 +3005,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
2931
3005
  },
2932
3006
  "script": [
2933
3007
  "echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
3008
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2934
3009
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2935
3010
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3011
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2936
3012
  "cd api",
3013
+ "echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
3014
+ "echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
2937
3015
  "if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
2938
3016
  "if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
3017
+ "echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
2939
3018
  "yarn install --immutable",
3019
+ "echo -e "\\e[0Ksection_end:$(date +%s):yarn prepare\\r\\e[0K"",
2940
3020
  "yarn build:worker",
2941
3021
  ],
2942
3022
  "stage": "build",