@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
|
@@ -131,18 +131,18 @@ cronjobs:
|
|
|
131
131
|
],
|
|
132
132
|
},
|
|
133
133
|
"script": [
|
|
134
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
134
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
135
135
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
136
136
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
137
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
137
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
138
138
|
"cd api",
|
|
139
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
139
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
140
140
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
141
141
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
142
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
143
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
142
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
143
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
144
144
|
"yarn install --immutable",
|
|
145
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
145
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
146
146
|
"yarn lint",
|
|
147
147
|
],
|
|
148
148
|
"stage": "test",
|
|
@@ -202,18 +202,18 @@ cronjobs:
|
|
|
202
202
|
},
|
|
203
203
|
"script": [
|
|
204
204
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
205
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
205
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
206
206
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
207
207
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
208
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
208
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
209
209
|
"cd api",
|
|
210
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
210
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
211
211
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
212
212
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
213
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
214
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
213
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
214
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
215
215
|
"yarn install --immutable",
|
|
216
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
216
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
217
217
|
"yarn build",
|
|
218
218
|
],
|
|
219
219
|
"stage": "build",
|
|
@@ -601,18 +601,18 @@ cronjobs:
|
|
|
601
601
|
],
|
|
602
602
|
},
|
|
603
603
|
"script": [
|
|
604
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
604
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
605
605
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
606
606
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
607
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
607
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
608
608
|
"cd api",
|
|
609
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
609
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
610
610
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
611
611
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
612
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
613
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
612
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
613
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
614
614
|
"yarn install --immutable",
|
|
615
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
615
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
616
616
|
"yarn test",
|
|
617
617
|
],
|
|
618
618
|
"stage": "test",
|
|
@@ -766,18 +766,18 @@ application:
|
|
|
766
766
|
],
|
|
767
767
|
},
|
|
768
768
|
"script": [
|
|
769
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
769
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
770
770
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
771
771
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
772
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
772
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
773
773
|
"cd www",
|
|
774
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
774
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
775
775
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
776
776
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
777
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
778
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
777
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
778
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
779
779
|
"yarn install --immutable",
|
|
780
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
780
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
781
781
|
"yarn lint",
|
|
782
782
|
],
|
|
783
783
|
"stage": "test",
|
|
@@ -837,18 +837,18 @@ application:
|
|
|
837
837
|
},
|
|
838
838
|
"script": [
|
|
839
839
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
|
|
840
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
840
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
841
841
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
842
842
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
843
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
843
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
844
844
|
"cd www",
|
|
845
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
845
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
846
846
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
847
847
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
848
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
849
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
848
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
849
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
850
850
|
"yarn install --immutable",
|
|
851
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
851
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
852
852
|
"yarn build",
|
|
853
853
|
],
|
|
854
854
|
"stage": "build",
|
|
@@ -1222,18 +1222,18 @@ application:
|
|
|
1222
1222
|
],
|
|
1223
1223
|
},
|
|
1224
1224
|
"script": [
|
|
1225
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1225
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1226
1226
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1227
1227
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1228
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1228
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1229
1229
|
"cd www",
|
|
1230
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1230
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1231
1231
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1232
1232
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1233
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1234
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1233
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1234
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1235
1235
|
"yarn install --immutable",
|
|
1236
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1236
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1237
1237
|
"yarn test",
|
|
1238
1238
|
],
|
|
1239
1239
|
"stage": "test",
|
|
@@ -1464,18 +1464,18 @@ cronjobs: {}
|
|
|
1464
1464
|
],
|
|
1465
1465
|
},
|
|
1466
1466
|
"script": [
|
|
1467
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1467
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1468
1468
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1469
1469
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1470
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1470
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1471
1471
|
"cd api",
|
|
1472
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1472
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1473
1473
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1474
1474
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1475
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1476
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1475
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1476
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1477
1477
|
"yarn install --immutable",
|
|
1478
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1478
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1479
1479
|
"yarn lint",
|
|
1480
1480
|
],
|
|
1481
1481
|
"stage": "test",
|
|
@@ -1535,18 +1535,18 @@ cronjobs: {}
|
|
|
1535
1535
|
},
|
|
1536
1536
|
"script": [
|
|
1537
1537
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1538
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1538
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1539
1539
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1540
1540
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1541
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1541
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1542
1542
|
"cd api",
|
|
1543
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1543
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1544
1544
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1545
1545
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1546
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1547
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1546
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1547
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1548
1548
|
"yarn install --immutable",
|
|
1549
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1549
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1550
1550
|
"yarn build",
|
|
1551
1551
|
],
|
|
1552
1552
|
"stage": "build",
|
|
@@ -1928,18 +1928,18 @@ cronjobs: {}
|
|
|
1928
1928
|
],
|
|
1929
1929
|
},
|
|
1930
1930
|
"script": [
|
|
1931
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1931
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1932
1932
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1933
1933
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1934
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1934
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1935
1935
|
"cd api",
|
|
1936
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1936
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1937
1937
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1938
1938
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1939
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1940
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1939
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1940
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1941
1941
|
"yarn install --immutable",
|
|
1942
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1942
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1943
1943
|
"yarn test",
|
|
1944
1944
|
],
|
|
1945
1945
|
"stage": "test",
|
|
@@ -2093,18 +2093,18 @@ application:
|
|
|
2093
2093
|
],
|
|
2094
2094
|
},
|
|
2095
2095
|
"script": [
|
|
2096
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2096
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2097
2097
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2098
2098
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2099
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2099
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
2100
2100
|
"cd www",
|
|
2101
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2101
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2102
2102
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2103
2103
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2104
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2105
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2104
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
2105
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
2106
2106
|
"yarn install --immutable",
|
|
2107
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2107
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
2108
2108
|
"yarn lint",
|
|
2109
2109
|
],
|
|
2110
2110
|
"stage": "test",
|
|
@@ -2164,18 +2164,18 @@ application:
|
|
|
2164
2164
|
},
|
|
2165
2165
|
"script": [
|
|
2166
2166
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
|
|
2167
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2167
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2168
2168
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2169
2169
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2170
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2170
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
2171
2171
|
"cd www",
|
|
2172
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2172
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2173
2173
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2174
2174
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2175
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2176
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2175
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
2176
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
2177
2177
|
"yarn install --immutable",
|
|
2178
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2178
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
2179
2179
|
"yarn build",
|
|
2180
2180
|
],
|
|
2181
2181
|
"stage": "build",
|
|
@@ -2549,18 +2549,18 @@ application:
|
|
|
2549
2549
|
],
|
|
2550
2550
|
},
|
|
2551
2551
|
"script": [
|
|
2552
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2552
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2553
2553
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2554
2554
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2555
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2555
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
2556
2556
|
"cd www",
|
|
2557
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2557
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2558
2558
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2559
2559
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2560
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2561
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2560
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
2561
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
2562
2562
|
"yarn install --immutable",
|
|
2563
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2563
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
2564
2564
|
"yarn test",
|
|
2565
2565
|
],
|
|
2566
2566
|
"stage": "test",
|
|
@@ -2912,18 +2912,18 @@ cronjobs:
|
|
|
2912
2912
|
},
|
|
2913
2913
|
"script": [
|
|
2914
2914
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
2915
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2915
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2916
2916
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2917
2917
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2918
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2918
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
2919
2919
|
"cd api",
|
|
2920
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2920
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2921
2921
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2922
2922
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2923
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2924
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2923
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
2924
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
2925
2925
|
"yarn install --immutable",
|
|
2926
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2926
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
2927
2927
|
"yarn build",
|
|
2928
2928
|
],
|
|
2929
2929
|
"stage": "build",
|
|
@@ -2997,18 +2997,18 @@ cronjobs:
|
|
|
2997
2997
|
},
|
|
2998
2998
|
"script": [
|
|
2999
2999
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
3000
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
3000
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
3001
3001
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
3002
3002
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
3003
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
3003
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
3004
3004
|
"cd api",
|
|
3005
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
3005
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
3006
3006
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
3007
3007
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
3008
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
3009
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
3008
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
3009
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
3010
3010
|
"yarn install --immutable",
|
|
3011
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
3011
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
3012
3012
|
"yarn build",
|
|
3013
3013
|
],
|
|
3014
3014
|
"stage": "build",
|
|
@@ -3904,18 +3904,18 @@ application:
|
|
|
3904
3904
|
},
|
|
3905
3905
|
"script": [
|
|
3906
3906
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
|
|
3907
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
3907
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
3908
3908
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
3909
3909
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
3910
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
3910
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
3911
3911
|
"cd www",
|
|
3912
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
3912
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
3913
3913
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
3914
3914
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
3915
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
3916
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
3915
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
3916
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
3917
3917
|
"yarn install --immutable",
|
|
3918
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
3918
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
3919
3919
|
"yarn build",
|
|
3920
3920
|
],
|
|
3921
3921
|
"stage": "build",
|
|
@@ -3989,18 +3989,18 @@ application:
|
|
|
3989
3989
|
},
|
|
3990
3990
|
"script": [
|
|
3991
3991
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
|
|
3992
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
3992
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
3993
3993
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
3994
3994
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
3995
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
3995
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
3996
3996
|
"cd www",
|
|
3997
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
3997
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
3998
3998
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
3999
3999
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
4000
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
4001
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
4000
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
4001
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
4002
4002
|
"yarn install --immutable",
|
|
4003
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
4003
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
4004
4004
|
"yarn build",
|
|
4005
4005
|
],
|
|
4006
4006
|
"stage": "build",
|
|
@@ -151,18 +151,18 @@ mongodb:
|
|
|
151
151
|
],
|
|
152
152
|
},
|
|
153
153
|
"script": [
|
|
154
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
154
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
155
155
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
156
156
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
157
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
157
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
158
158
|
"cd api",
|
|
159
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
159
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
160
160
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
161
161
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
162
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
163
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
162
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
163
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
164
164
|
"yarn install --immutable",
|
|
165
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
165
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
166
166
|
"yarn lint",
|
|
167
167
|
],
|
|
168
168
|
"stage": "test",
|
|
@@ -222,18 +222,18 @@ mongodb:
|
|
|
222
222
|
},
|
|
223
223
|
"script": [
|
|
224
224
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
225
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
225
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
226
226
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
227
227
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
228
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
228
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
229
229
|
"cd api",
|
|
230
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
230
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
231
231
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
232
232
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
233
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
234
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
233
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
234
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
235
235
|
"yarn install --immutable",
|
|
236
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
236
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
237
237
|
"yarn build",
|
|
238
238
|
],
|
|
239
239
|
"stage": "build",
|
|
@@ -663,18 +663,18 @@ mongodb:
|
|
|
663
663
|
],
|
|
664
664
|
},
|
|
665
665
|
"script": [
|
|
666
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
666
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
667
667
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
668
668
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
669
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
669
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
670
670
|
"cd api",
|
|
671
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
671
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
672
672
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
673
673
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
674
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
675
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
674
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
675
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
676
676
|
"yarn install --immutable",
|
|
677
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
677
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
678
678
|
"yarn test",
|
|
679
679
|
],
|
|
680
680
|
"stage": "test",
|
|
@@ -928,18 +928,18 @@ mongodb:
|
|
|
928
928
|
],
|
|
929
929
|
},
|
|
930
930
|
"script": [
|
|
931
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
931
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
932
932
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
933
933
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
934
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
934
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
935
935
|
"cd api",
|
|
936
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
936
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
937
937
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
938
938
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
939
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
940
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
939
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
940
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
941
941
|
"yarn install --immutable",
|
|
942
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
942
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
943
943
|
"yarn lint",
|
|
944
944
|
],
|
|
945
945
|
"stage": "test",
|
|
@@ -999,18 +999,18 @@ mongodb:
|
|
|
999
999
|
},
|
|
1000
1000
|
"script": [
|
|
1001
1001
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1002
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1002
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1003
1003
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1004
1004
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1005
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1005
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1006
1006
|
"cd api",
|
|
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):
|
|
1011
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1010
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1011
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1012
1012
|
"yarn install --immutable",
|
|
1013
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1013
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1014
1014
|
"yarn build",
|
|
1015
1015
|
],
|
|
1016
1016
|
"stage": "build",
|
|
@@ -1440,18 +1440,18 @@ mongodb:
|
|
|
1440
1440
|
],
|
|
1441
1441
|
},
|
|
1442
1442
|
"script": [
|
|
1443
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1443
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1444
1444
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1445
1445
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1446
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1446
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1447
1447
|
"cd api",
|
|
1448
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1448
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1449
1449
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1450
1450
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1451
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1452
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1451
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1452
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1453
1453
|
"yarn install --immutable",
|
|
1454
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1454
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1455
1455
|
"yarn test",
|
|
1456
1456
|
],
|
|
1457
1457
|
"stage": "test",
|
|
@@ -1843,18 +1843,18 @@ mongodb:
|
|
|
1843
1843
|
},
|
|
1844
1844
|
"script": [
|
|
1845
1845
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1846
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1846
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1847
1847
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1848
1848
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1849
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1849
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1850
1850
|
"cd api",
|
|
1851
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1851
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1852
1852
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1853
1853
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1854
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1855
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1854
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1855
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1856
1856
|
"yarn install --immutable",
|
|
1857
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1857
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1858
1858
|
"yarn build",
|
|
1859
1859
|
],
|
|
1860
1860
|
"stage": "build",
|
|
@@ -1930,18 +1930,18 @@ mongodb:
|
|
|
1930
1930
|
},
|
|
1931
1931
|
"script": [
|
|
1932
1932
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1933
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1933
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1934
1934
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1935
1935
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1936
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1936
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1937
1937
|
"cd api",
|
|
1938
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1938
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1939
1939
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1940
1940
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1941
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1942
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1941
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1942
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1943
1943
|
"yarn install --immutable",
|
|
1944
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1944
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1945
1945
|
"yarn build",
|
|
1946
1946
|
],
|
|
1947
1947
|
"stage": "build",
|