@catladder/pipeline 1.129.1 → 1.131.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build/node/testJob.js +2 -2
- package/dist/build/node/yarn.js +2 -2
- package/dist/bundles/catladder-gitlab/index.js +1 -1
- package/dist/constants.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/examples/__snapshots__/cloud-run-memory-limit.ts.snap +56 -40
- package/examples/__snapshots__/cloud-run-meteor-with-worker.ts.snap +56 -40
- package/examples/__snapshots__/cloud-run-no-cpu-throttling.ts.snap +56 -40
- package/examples/__snapshots__/cloud-run-non-public.ts.snap +56 -40
- package/examples/__snapshots__/cloud-run-post-stop-job.ts.snap +56 -40
- package/examples/__snapshots__/cloud-run-with-sql-reuse-db.ts.snap +112 -80
- package/examples/__snapshots__/cloud-run-with-sql.ts.snap +112 -80
- package/examples/__snapshots__/cloud-run-with-worker.ts.snap +56 -40
- package/examples/__snapshots__/custom-build-job-with-tests.ts.snap +8 -8
- package/examples/__snapshots__/custom-build-job.ts.snap +8 -8
- package/examples/__snapshots__/custom-deploy.ts.snap +56 -40
- package/examples/__snapshots__/custom-envs.ts.snap +68 -52
- package/examples/__snapshots__/custom-sbom-java.ts.snap +8 -8
- package/examples/__snapshots__/kubernetes-application-customization.ts.snap +56 -40
- package/examples/__snapshots__/kubernetes-with-cloud-sql-legacy.ts.snap +56 -40
- package/examples/__snapshots__/kubernetes-with-cloud-sql.ts.snap +56 -40
- package/examples/__snapshots__/kubernetes-with-jobs.ts.snap +112 -80
- package/examples/__snapshots__/kubernetes-with-mongodb.ts.snap +56 -40
- package/examples/__snapshots__/meteor-kubernetes.ts.snap +56 -40
- package/examples/__snapshots__/native-app.ts.snap +112 -80
- package/examples/__snapshots__/node-build-with-custom-image.ts.snap +56 -40
- package/examples/__snapshots__/wait-for-other-deploy.ts.snap +112 -80
- package/package.json +1 -1
- package/src/build/node/testJob.ts +3 -1
- package/src/build/node/yarn.ts +11 -8
|
@@ -33,14 +33,18 @@ exports[`matches snapshot 1`] = `
|
|
|
33
33
|
],
|
|
34
34
|
},
|
|
35
35
|
"script": [
|
|
36
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[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):nodeinstall\\r\\e[0K"",
|
|
36
40
|
"cd web",
|
|
37
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
38
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
41
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
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
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
44
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
45
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
42
46
|
"yarn install --immutable",
|
|
43
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
47
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
44
48
|
"yarn lint",
|
|
45
49
|
],
|
|
46
50
|
"stage": "test",
|
|
@@ -100,18 +104,18 @@ exports[`matches snapshot 1`] = `
|
|
|
100
104
|
},
|
|
101
105
|
"script": [
|
|
102
106
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > web/__build_info.json",
|
|
103
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
107
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
104
108
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
105
109
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
106
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
110
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
107
111
|
"cd web",
|
|
108
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
109
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
112
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
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
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
115
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
116
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
113
117
|
"yarn install --immutable",
|
|
114
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
118
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
115
119
|
"echo "add healthcheck package"",
|
|
116
120
|
"meteor add panter:healthroute --allow-superuser",
|
|
117
121
|
"meteor add qualia:prod-shell --allow-superuser",
|
|
@@ -430,14 +434,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
430
434
|
],
|
|
431
435
|
},
|
|
432
436
|
"script": [
|
|
437
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
438
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
439
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
440
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
433
441
|
"cd web",
|
|
434
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
435
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
442
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
436
443
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
437
444
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
438
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
445
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
446
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
439
447
|
"yarn install --immutable",
|
|
440
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
448
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
441
449
|
"yarn test",
|
|
442
450
|
],
|
|
443
451
|
"stage": "test",
|
|
@@ -573,14 +581,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
573
581
|
],
|
|
574
582
|
},
|
|
575
583
|
"script": [
|
|
584
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
585
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
586
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
587
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
576
588
|
"cd web",
|
|
577
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
578
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
589
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
579
590
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
580
591
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
581
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
592
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
593
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
582
594
|
"yarn install --immutable",
|
|
583
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
595
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
584
596
|
"yarn lint",
|
|
585
597
|
],
|
|
586
598
|
"stage": "test",
|
|
@@ -640,18 +652,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
640
652
|
},
|
|
641
653
|
"script": [
|
|
642
654
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > web/__build_info.json",
|
|
643
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
655
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
644
656
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
645
657
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
646
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
658
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
647
659
|
"cd web",
|
|
648
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
649
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
660
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
650
661
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
651
662
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
652
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
663
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
664
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
653
665
|
"yarn install --immutable",
|
|
654
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
666
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
655
667
|
"echo "add healthcheck package"",
|
|
656
668
|
"meteor add panter:healthroute --allow-superuser",
|
|
657
669
|
"meteor add qualia:prod-shell --allow-superuser",
|
|
@@ -976,14 +988,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
976
988
|
],
|
|
977
989
|
},
|
|
978
990
|
"script": [
|
|
991
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
992
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
993
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
994
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
979
995
|
"cd web",
|
|
980
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
981
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
996
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
982
997
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
983
998
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
984
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
999
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1000
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
985
1001
|
"yarn install --immutable",
|
|
986
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1002
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
987
1003
|
"yarn test",
|
|
988
1004
|
],
|
|
989
1005
|
"stage": "test",
|
|
@@ -1139,18 +1155,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1139
1155
|
},
|
|
1140
1156
|
"script": [
|
|
1141
1157
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > web/__build_info.json",
|
|
1142
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1158
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1143
1159
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1144
1160
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1145
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1161
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1146
1162
|
"cd web",
|
|
1147
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1148
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1163
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1149
1164
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1150
1165
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1151
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1166
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1167
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1152
1168
|
"yarn install --immutable",
|
|
1153
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1169
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1154
1170
|
"echo "add healthcheck package"",
|
|
1155
1171
|
"meteor add panter:healthroute --allow-superuser",
|
|
1156
1172
|
"meteor add qualia:prod-shell --allow-superuser",
|
|
@@ -1228,18 +1244,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1228
1244
|
},
|
|
1229
1245
|
"script": [
|
|
1230
1246
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > web/__build_info.json",
|
|
1231
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1247
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1232
1248
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1233
1249
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1234
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1250
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1235
1251
|
"cd web",
|
|
1236
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1237
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1252
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1238
1253
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1239
1254
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1240
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1255
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1256
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1241
1257
|
"yarn install --immutable",
|
|
1242
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1258
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1243
1259
|
"echo "add healthcheck package"",
|
|
1244
1260
|
"meteor add panter:healthroute --allow-superuser",
|
|
1245
1261
|
"meteor add qualia:prod-shell --allow-superuser",
|
|
@@ -33,14 +33,18 @@ exports[`matches snapshot 1`] = `
|
|
|
33
33
|
],
|
|
34
34
|
},
|
|
35
35
|
"script": [
|
|
36
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[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):nodeinstall\\r\\e[0K"",
|
|
36
40
|
"cd api",
|
|
37
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
38
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
41
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
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
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
44
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
45
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
42
46
|
"yarn install --immutable",
|
|
43
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
47
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
44
48
|
"yarn lint",
|
|
45
49
|
],
|
|
46
50
|
"stage": "test",
|
|
@@ -100,18 +104,18 @@ exports[`matches snapshot 1`] = `
|
|
|
100
104
|
},
|
|
101
105
|
"script": [
|
|
102
106
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
103
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
107
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
104
108
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
105
109
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
106
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
110
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
107
111
|
"cd api",
|
|
108
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
109
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
112
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
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
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
115
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
116
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
113
117
|
"yarn install --immutable",
|
|
114
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
118
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
115
119
|
"yarn build",
|
|
116
120
|
],
|
|
117
121
|
"stage": "build",
|
|
@@ -438,14 +442,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
438
442
|
],
|
|
439
443
|
},
|
|
440
444
|
"script": [
|
|
445
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
446
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
447
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
448
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
441
449
|
"cd api",
|
|
442
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
443
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
450
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
444
451
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
445
452
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
446
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
453
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
454
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
447
455
|
"yarn install --immutable",
|
|
448
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
456
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
449
457
|
"yarn test",
|
|
450
458
|
],
|
|
451
459
|
"stage": "test",
|
|
@@ -581,14 +589,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
581
589
|
],
|
|
582
590
|
},
|
|
583
591
|
"script": [
|
|
592
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
593
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
594
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
595
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
584
596
|
"cd api",
|
|
585
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
586
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
597
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
587
598
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
588
599
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
589
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
600
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
601
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
590
602
|
"yarn install --immutable",
|
|
591
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
603
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
592
604
|
"yarn lint",
|
|
593
605
|
],
|
|
594
606
|
"stage": "test",
|
|
@@ -648,18 +660,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
648
660
|
},
|
|
649
661
|
"script": [
|
|
650
662
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
651
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
663
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
652
664
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
653
665
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
654
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
666
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
655
667
|
"cd api",
|
|
656
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
657
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
668
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
658
669
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
659
670
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
660
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
671
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
672
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
661
673
|
"yarn install --immutable",
|
|
662
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
674
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
663
675
|
"yarn build",
|
|
664
676
|
],
|
|
665
677
|
"stage": "build",
|
|
@@ -992,14 +1004,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
992
1004
|
],
|
|
993
1005
|
},
|
|
994
1006
|
"script": [
|
|
1007
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1008
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1009
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1010
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
995
1011
|
"cd api",
|
|
996
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
997
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1012
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
998
1013
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
999
1014
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1000
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1015
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1016
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1001
1017
|
"yarn install --immutable",
|
|
1002
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1018
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1003
1019
|
"yarn test",
|
|
1004
1020
|
],
|
|
1005
1021
|
"stage": "test",
|
|
@@ -1155,18 +1171,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1155
1171
|
},
|
|
1156
1172
|
"script": [
|
|
1157
1173
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1158
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1174
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1159
1175
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1160
1176
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1161
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1177
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1162
1178
|
"cd api",
|
|
1163
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1164
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1179
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1165
1180
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1166
1181
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1167
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1182
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1183
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1168
1184
|
"yarn install --immutable",
|
|
1169
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1185
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1170
1186
|
"yarn build",
|
|
1171
1187
|
],
|
|
1172
1188
|
"stage": "build",
|
|
@@ -1239,18 +1255,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1239
1255
|
},
|
|
1240
1256
|
"script": [
|
|
1241
1257
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1242
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1258
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1243
1259
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1244
1260
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1245
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1261
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1246
1262
|
"cd api",
|
|
1247
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1248
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1263
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1249
1264
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1250
1265
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1251
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1266
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1267
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1252
1268
|
"yarn install --immutable",
|
|
1253
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1269
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1254
1270
|
"yarn build",
|
|
1255
1271
|
],
|
|
1256
1272
|
"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):nodeinstall[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):nodeinstall\\r\\e[0K"",
|
|
36
40
|
"cd api",
|
|
37
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
38
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
41
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
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
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
44
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
45
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
42
46
|
"yarn install --immutable",
|
|
43
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
47
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
44
48
|
"yarn lint",
|
|
45
49
|
],
|
|
46
50
|
"stage": "test",
|
|
@@ -100,18 +104,18 @@ exports[`matches snapshot 1`] = `
|
|
|
100
104
|
},
|
|
101
105
|
"script": [
|
|
102
106
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
103
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
107
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
104
108
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
105
109
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
106
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
110
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
107
111
|
"cd api",
|
|
108
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
109
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
112
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
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
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
115
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
116
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
113
117
|
"yarn install --immutable",
|
|
114
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
118
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
115
119
|
"yarn build",
|
|
116
120
|
],
|
|
117
121
|
"stage": "build",
|
|
@@ -438,14 +442,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
438
442
|
],
|
|
439
443
|
},
|
|
440
444
|
"script": [
|
|
445
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
446
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
447
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
448
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
441
449
|
"cd api",
|
|
442
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
443
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
450
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
444
451
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
445
452
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
446
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
453
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
454
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
447
455
|
"yarn install --immutable",
|
|
448
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
456
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
449
457
|
"yarn test",
|
|
450
458
|
],
|
|
451
459
|
"stage": "test",
|
|
@@ -581,14 +589,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
581
589
|
],
|
|
582
590
|
},
|
|
583
591
|
"script": [
|
|
592
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
593
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
594
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
595
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
584
596
|
"cd api",
|
|
585
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
586
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
597
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
587
598
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
588
599
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
589
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
600
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
601
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
590
602
|
"yarn install --immutable",
|
|
591
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
603
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
592
604
|
"yarn lint",
|
|
593
605
|
],
|
|
594
606
|
"stage": "test",
|
|
@@ -648,18 +660,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
648
660
|
},
|
|
649
661
|
"script": [
|
|
650
662
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
651
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
663
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
652
664
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
653
665
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
654
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
666
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
655
667
|
"cd api",
|
|
656
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
657
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
668
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
658
669
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
659
670
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
660
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
671
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
672
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
661
673
|
"yarn install --immutable",
|
|
662
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
674
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
663
675
|
"yarn build",
|
|
664
676
|
],
|
|
665
677
|
"stage": "build",
|
|
@@ -992,14 +1004,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
992
1004
|
],
|
|
993
1005
|
},
|
|
994
1006
|
"script": [
|
|
1007
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1008
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1009
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1010
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
995
1011
|
"cd api",
|
|
996
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
997
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1012
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
998
1013
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
999
1014
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1000
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1015
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1016
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1001
1017
|
"yarn install --immutable",
|
|
1002
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1018
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1003
1019
|
"yarn test",
|
|
1004
1020
|
],
|
|
1005
1021
|
"stage": "test",
|
|
@@ -1155,18 +1171,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1155
1171
|
},
|
|
1156
1172
|
"script": [
|
|
1157
1173
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1158
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1174
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1159
1175
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1160
1176
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1161
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1177
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1162
1178
|
"cd api",
|
|
1163
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1164
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1179
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1165
1180
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1166
1181
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1167
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1182
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1183
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1168
1184
|
"yarn install --immutable",
|
|
1169
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1185
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1170
1186
|
"yarn build",
|
|
1171
1187
|
],
|
|
1172
1188
|
"stage": "build",
|
|
@@ -1239,18 +1255,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1239
1255
|
},
|
|
1240
1256
|
"script": [
|
|
1241
1257
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1242
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1258
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1243
1259
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1244
1260
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1245
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1261
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1246
1262
|
"cd api",
|
|
1247
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1248
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1263
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1249
1264
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1250
1265
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1251
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1266
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1267
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1252
1268
|
"yarn install --immutable",
|
|
1253
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1269
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1254
1270
|
"yarn build",
|
|
1255
1271
|
],
|
|
1256
1272
|
"stage": "build",
|