@catladder/pipeline 1.130.0 → 1.132.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/yarn.js +2 -2
- package/dist/bundles/catladder-gitlab/index.js +1 -1
- package/dist/constants.js +1 -1
- package/dist/deploy/types/kubernetes.d.ts +4 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/examples/__snapshots__/cloud-run-memory-limit.ts.snap +48 -48
- package/examples/__snapshots__/cloud-run-meteor-with-worker.ts.snap +48 -48
- package/examples/__snapshots__/cloud-run-no-cpu-throttling.ts.snap +48 -48
- package/examples/__snapshots__/cloud-run-non-public.ts.snap +48 -48
- package/examples/__snapshots__/cloud-run-post-stop-job.ts.snap +48 -48
- package/examples/__snapshots__/cloud-run-with-sql-reuse-db.ts.snap +96 -96
- package/examples/__snapshots__/cloud-run-with-sql.ts.snap +96 -96
- package/examples/__snapshots__/cloud-run-with-worker.ts.snap +48 -48
- 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 +48 -48
- package/examples/__snapshots__/custom-envs.ts.snap +60 -60
- package/examples/__snapshots__/custom-sbom-java.ts.snap +8 -8
- package/examples/__snapshots__/kubernetes-application-customization.ts.snap +48 -48
- package/examples/__snapshots__/kubernetes-with-cloud-sql-legacy.ts.snap +48 -48
- package/examples/__snapshots__/kubernetes-with-cloud-sql.ts.snap +48 -48
- package/examples/__snapshots__/kubernetes-with-jobs.ts.snap +96 -96
- package/examples/__snapshots__/kubernetes-with-mongodb.ts.snap +48 -48
- package/examples/__snapshots__/meteor-kubernetes.ts.snap +48 -48
- package/examples/__snapshots__/native-app.ts.snap +96 -96
- package/examples/__snapshots__/node-build-with-custom-image.ts.snap +48 -48
- package/examples/__snapshots__/rails-k8s-with-worker.ts.snap +24 -0
- package/examples/__snapshots__/wait-for-other-deploy.ts.snap +96 -96
- package/examples/rails-k8s-with-worker.ts +3 -0
- package/package.json +1 -1
- package/src/build/node/yarn.ts +3 -3
- package/src/deploy/types/kubernetes.ts +4 -0
|
@@ -33,18 +33,18 @@ exports[`matches snapshot 1`] = `
|
|
|
33
33
|
],
|
|
34
34
|
},
|
|
35
35
|
"script": [
|
|
36
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
36
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
37
37
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
38
38
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
39
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
39
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
40
40
|
"cd web",
|
|
41
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
41
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
42
42
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
43
43
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
44
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
45
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
46
46
|
"yarn install --immutable",
|
|
47
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
47
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
48
48
|
"yarn lint",
|
|
49
49
|
],
|
|
50
50
|
"stage": "test",
|
|
@@ -104,18 +104,18 @@ exports[`matches snapshot 1`] = `
|
|
|
104
104
|
},
|
|
105
105
|
"script": [
|
|
106
106
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > web/__build_info.json",
|
|
107
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
107
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
108
108
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
109
109
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
110
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
110
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
111
111
|
"cd web",
|
|
112
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
112
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
113
113
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
114
114
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
115
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
116
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
117
117
|
"yarn install --immutable",
|
|
118
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
118
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
119
119
|
"echo "add healthcheck package"",
|
|
120
120
|
"meteor add panter:healthroute --allow-superuser",
|
|
121
121
|
"meteor add qualia:prod-shell --allow-superuser",
|
|
@@ -434,18 +434,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
434
434
|
],
|
|
435
435
|
},
|
|
436
436
|
"script": [
|
|
437
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
437
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
438
438
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
439
439
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
440
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
440
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
441
441
|
"cd web",
|
|
442
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
442
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
443
443
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
444
444
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
445
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
446
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
447
447
|
"yarn install --immutable",
|
|
448
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
448
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
449
449
|
"yarn test",
|
|
450
450
|
],
|
|
451
451
|
"stage": "test",
|
|
@@ -581,18 +581,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
581
581
|
],
|
|
582
582
|
},
|
|
583
583
|
"script": [
|
|
584
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
584
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
585
585
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
586
586
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
587
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
587
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
588
588
|
"cd web",
|
|
589
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
589
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
590
590
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
591
591
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
592
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
593
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
594
594
|
"yarn install --immutable",
|
|
595
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
595
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
596
596
|
"yarn lint",
|
|
597
597
|
],
|
|
598
598
|
"stage": "test",
|
|
@@ -652,18 +652,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
652
652
|
},
|
|
653
653
|
"script": [
|
|
654
654
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > web/__build_info.json",
|
|
655
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
655
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
656
656
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
657
657
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
658
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
658
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
659
659
|
"cd web",
|
|
660
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
660
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
661
661
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
662
662
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
663
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
664
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
665
665
|
"yarn install --immutable",
|
|
666
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
666
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
667
667
|
"echo "add healthcheck package"",
|
|
668
668
|
"meteor add panter:healthroute --allow-superuser",
|
|
669
669
|
"meteor add qualia:prod-shell --allow-superuser",
|
|
@@ -988,18 +988,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
988
988
|
],
|
|
989
989
|
},
|
|
990
990
|
"script": [
|
|
991
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
991
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
992
992
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
993
993
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
994
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
994
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
995
995
|
"cd web",
|
|
996
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
996
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
997
997
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
998
998
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
999
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1000
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
1001
1001
|
"yarn install --immutable",
|
|
1002
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1002
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1003
1003
|
"yarn test",
|
|
1004
1004
|
],
|
|
1005
1005
|
"stage": "test",
|
|
@@ -1155,18 +1155,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1155
1155
|
},
|
|
1156
1156
|
"script": [
|
|
1157
1157
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > web/__build_info.json",
|
|
1158
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1158
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1159
1159
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1160
1160
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1161
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1161
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1162
1162
|
"cd web",
|
|
1163
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1163
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1164
1164
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1165
1165
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1166
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1167
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
1168
1168
|
"yarn install --immutable",
|
|
1169
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1169
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1170
1170
|
"echo "add healthcheck package"",
|
|
1171
1171
|
"meteor add panter:healthroute --allow-superuser",
|
|
1172
1172
|
"meteor add qualia:prod-shell --allow-superuser",
|
|
@@ -1244,18 +1244,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1244
1244
|
},
|
|
1245
1245
|
"script": [
|
|
1246
1246
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > web/__build_info.json",
|
|
1247
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1247
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1248
1248
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1249
1249
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1250
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1250
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1251
1251
|
"cd web",
|
|
1252
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1252
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1253
1253
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1254
1254
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1255
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1256
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
1257
1257
|
"yarn install --immutable",
|
|
1258
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1258
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1259
1259
|
"echo "add healthcheck package"",
|
|
1260
1260
|
"meteor add panter:healthroute --allow-superuser",
|
|
1261
1261
|
"meteor add qualia:prod-shell --allow-superuser",
|
|
@@ -33,18 +33,18 @@ exports[`matches snapshot 1`] = `
|
|
|
33
33
|
],
|
|
34
34
|
},
|
|
35
35
|
"script": [
|
|
36
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
36
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
37
37
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
38
38
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
39
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
39
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
40
40
|
"cd api",
|
|
41
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
41
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
42
42
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
43
43
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
44
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
45
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
46
46
|
"yarn install --immutable",
|
|
47
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
47
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
48
48
|
"yarn lint",
|
|
49
49
|
],
|
|
50
50
|
"stage": "test",
|
|
@@ -104,18 +104,18 @@ exports[`matches snapshot 1`] = `
|
|
|
104
104
|
},
|
|
105
105
|
"script": [
|
|
106
106
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
107
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
107
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
108
108
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
109
109
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
110
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
110
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
111
111
|
"cd api",
|
|
112
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
112
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
113
113
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
114
114
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
115
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
116
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
117
117
|
"yarn install --immutable",
|
|
118
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
118
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
119
119
|
"yarn build",
|
|
120
120
|
],
|
|
121
121
|
"stage": "build",
|
|
@@ -442,18 +442,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
442
442
|
],
|
|
443
443
|
},
|
|
444
444
|
"script": [
|
|
445
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
445
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
446
446
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
447
447
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
448
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
448
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
449
449
|
"cd api",
|
|
450
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
450
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
451
451
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
452
452
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
453
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
454
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
455
455
|
"yarn install --immutable",
|
|
456
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
456
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
457
457
|
"yarn test",
|
|
458
458
|
],
|
|
459
459
|
"stage": "test",
|
|
@@ -589,18 +589,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
589
589
|
],
|
|
590
590
|
},
|
|
591
591
|
"script": [
|
|
592
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
592
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
593
593
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
594
594
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
595
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
595
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
596
596
|
"cd api",
|
|
597
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
597
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
598
598
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
599
599
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
600
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
601
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
602
602
|
"yarn install --immutable",
|
|
603
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
603
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
604
604
|
"yarn lint",
|
|
605
605
|
],
|
|
606
606
|
"stage": "test",
|
|
@@ -660,18 +660,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
660
660
|
},
|
|
661
661
|
"script": [
|
|
662
662
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
663
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
663
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
664
664
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
665
665
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
666
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
666
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
667
667
|
"cd api",
|
|
668
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
668
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
669
669
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
670
670
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
671
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
672
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
673
673
|
"yarn install --immutable",
|
|
674
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
674
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
675
675
|
"yarn build",
|
|
676
676
|
],
|
|
677
677
|
"stage": "build",
|
|
@@ -1004,18 +1004,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1004
1004
|
],
|
|
1005
1005
|
},
|
|
1006
1006
|
"script": [
|
|
1007
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1007
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1008
1008
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1009
1009
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1010
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1010
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1011
1011
|
"cd api",
|
|
1012
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1012
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1013
1013
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1014
1014
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1015
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1016
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
1017
1017
|
"yarn install --immutable",
|
|
1018
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1018
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1019
1019
|
"yarn test",
|
|
1020
1020
|
],
|
|
1021
1021
|
"stage": "test",
|
|
@@ -1171,18 +1171,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1171
1171
|
},
|
|
1172
1172
|
"script": [
|
|
1173
1173
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1174
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1174
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1175
1175
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1176
1176
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1177
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1177
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1178
1178
|
"cd api",
|
|
1179
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1179
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1180
1180
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1181
1181
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1182
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1183
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
1184
1184
|
"yarn install --immutable",
|
|
1185
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1185
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1186
1186
|
"yarn build",
|
|
1187
1187
|
],
|
|
1188
1188
|
"stage": "build",
|
|
@@ -1255,18 +1255,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1255
1255
|
},
|
|
1256
1256
|
"script": [
|
|
1257
1257
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1258
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1258
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1259
1259
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1260
1260
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1261
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1261
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1262
1262
|
"cd api",
|
|
1263
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1263
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1264
1264
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1265
1265
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1266
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1267
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
1268
1268
|
"yarn install --immutable",
|
|
1269
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1269
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1270
1270
|
"yarn build",
|
|
1271
1271
|
],
|
|
1272
1272
|
"stage": "build",
|
|
@@ -33,18 +33,18 @@ exports[`matches snapshot 1`] = `
|
|
|
33
33
|
],
|
|
34
34
|
},
|
|
35
35
|
"script": [
|
|
36
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
36
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
37
37
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
38
38
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
39
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
39
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
40
40
|
"cd api",
|
|
41
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
41
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
42
42
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
43
43
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
44
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
45
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
46
46
|
"yarn install --immutable",
|
|
47
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
47
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
48
48
|
"yarn lint",
|
|
49
49
|
],
|
|
50
50
|
"stage": "test",
|
|
@@ -104,18 +104,18 @@ exports[`matches snapshot 1`] = `
|
|
|
104
104
|
},
|
|
105
105
|
"script": [
|
|
106
106
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
107
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
107
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
108
108
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
109
109
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
110
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
110
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
111
111
|
"cd api",
|
|
112
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
112
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
113
113
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
114
114
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
115
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
116
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
117
117
|
"yarn install --immutable",
|
|
118
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
118
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
119
119
|
"yarn build",
|
|
120
120
|
],
|
|
121
121
|
"stage": "build",
|
|
@@ -442,18 +442,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
442
442
|
],
|
|
443
443
|
},
|
|
444
444
|
"script": [
|
|
445
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
445
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
446
446
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
447
447
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
448
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
448
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
449
449
|
"cd api",
|
|
450
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
450
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
451
451
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
452
452
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
453
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
454
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
455
455
|
"yarn install --immutable",
|
|
456
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
456
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
457
457
|
"yarn test",
|
|
458
458
|
],
|
|
459
459
|
"stage": "test",
|
|
@@ -589,18 +589,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
589
589
|
],
|
|
590
590
|
},
|
|
591
591
|
"script": [
|
|
592
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
592
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
593
593
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
594
594
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
595
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
595
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
596
596
|
"cd api",
|
|
597
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
597
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
598
598
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
599
599
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
600
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
601
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
602
602
|
"yarn install --immutable",
|
|
603
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
603
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
604
604
|
"yarn lint",
|
|
605
605
|
],
|
|
606
606
|
"stage": "test",
|
|
@@ -660,18 +660,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
660
660
|
},
|
|
661
661
|
"script": [
|
|
662
662
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
663
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
663
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
664
664
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
665
665
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
666
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
666
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
667
667
|
"cd api",
|
|
668
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
668
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
669
669
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
670
670
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
671
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
672
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
673
673
|
"yarn install --immutable",
|
|
674
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
674
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
675
675
|
"yarn build",
|
|
676
676
|
],
|
|
677
677
|
"stage": "build",
|
|
@@ -1004,18 +1004,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1004
1004
|
],
|
|
1005
1005
|
},
|
|
1006
1006
|
"script": [
|
|
1007
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1007
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1008
1008
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1009
1009
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1010
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1010
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1011
1011
|
"cd api",
|
|
1012
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1012
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1013
1013
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1014
1014
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1015
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1016
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
1017
1017
|
"yarn install --immutable",
|
|
1018
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1018
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1019
1019
|
"yarn test",
|
|
1020
1020
|
],
|
|
1021
1021
|
"stage": "test",
|
|
@@ -1171,18 +1171,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1171
1171
|
},
|
|
1172
1172
|
"script": [
|
|
1173
1173
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1174
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1174
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1175
1175
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1176
1176
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1177
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1177
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1178
1178
|
"cd api",
|
|
1179
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1179
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1180
1180
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1181
1181
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1182
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1183
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
1184
1184
|
"yarn install --immutable",
|
|
1185
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1185
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1186
1186
|
"yarn build",
|
|
1187
1187
|
],
|
|
1188
1188
|
"stage": "build",
|
|
@@ -1255,18 +1255,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1255
1255
|
},
|
|
1256
1256
|
"script": [
|
|
1257
1257
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1258
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1258
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1259
1259
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1260
1260
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1261
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1261
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1262
1262
|
"cd api",
|
|
1263
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1263
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1264
1264
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1265
1265
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1266
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1267
|
-
"echo -e "\\e[0Ksection_start:$(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"",
|
|
1268
1268
|
"yarn install --immutable",
|
|
1269
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1269
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1270
1270
|
"yarn build",
|
|
1271
1271
|
],
|
|
1272
1272
|
"stage": "build",
|