@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
|
@@ -131,14 +131,18 @@ cronjobs:
|
|
|
131
131
|
],
|
|
132
132
|
},
|
|
133
133
|
"script": [
|
|
134
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
135
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
136
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
137
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
134
138
|
"cd api",
|
|
135
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
136
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
139
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
137
140
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
138
141
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
139
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
140
144
|
"yarn install --immutable",
|
|
141
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
145
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
142
146
|
"yarn lint",
|
|
143
147
|
],
|
|
144
148
|
"stage": "test",
|
|
@@ -198,18 +202,18 @@ cronjobs:
|
|
|
198
202
|
},
|
|
199
203
|
"script": [
|
|
200
204
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
201
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
205
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
202
206
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
203
207
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
204
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
208
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
205
209
|
"cd api",
|
|
206
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
207
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
210
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
208
211
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
209
212
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
210
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
211
215
|
"yarn install --immutable",
|
|
212
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
216
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
213
217
|
"yarn build",
|
|
214
218
|
],
|
|
215
219
|
"stage": "build",
|
|
@@ -597,14 +601,18 @@ cronjobs:
|
|
|
597
601
|
],
|
|
598
602
|
},
|
|
599
603
|
"script": [
|
|
604
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
605
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
606
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
607
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
600
608
|
"cd api",
|
|
601
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
602
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
609
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
603
610
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
604
611
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
605
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
606
614
|
"yarn install --immutable",
|
|
607
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
615
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
608
616
|
"yarn test",
|
|
609
617
|
],
|
|
610
618
|
"stage": "test",
|
|
@@ -758,14 +766,18 @@ application:
|
|
|
758
766
|
],
|
|
759
767
|
},
|
|
760
768
|
"script": [
|
|
769
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
770
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
771
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
772
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
761
773
|
"cd www",
|
|
762
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
763
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
774
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
764
775
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
765
776
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
766
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
767
779
|
"yarn install --immutable",
|
|
768
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
780
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
769
781
|
"yarn lint",
|
|
770
782
|
],
|
|
771
783
|
"stage": "test",
|
|
@@ -825,18 +837,18 @@ application:
|
|
|
825
837
|
},
|
|
826
838
|
"script": [
|
|
827
839
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
|
|
828
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
840
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
829
841
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
830
842
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
831
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
843
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
832
844
|
"cd www",
|
|
833
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
834
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
845
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
835
846
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
836
847
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
837
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
838
850
|
"yarn install --immutable",
|
|
839
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
851
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
840
852
|
"yarn build",
|
|
841
853
|
],
|
|
842
854
|
"stage": "build",
|
|
@@ -1210,14 +1222,18 @@ application:
|
|
|
1210
1222
|
],
|
|
1211
1223
|
},
|
|
1212
1224
|
"script": [
|
|
1225
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1226
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1227
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1228
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1213
1229
|
"cd www",
|
|
1214
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1215
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1230
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1216
1231
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1217
1232
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1218
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
1219
1235
|
"yarn install --immutable",
|
|
1220
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1236
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1221
1237
|
"yarn test",
|
|
1222
1238
|
],
|
|
1223
1239
|
"stage": "test",
|
|
@@ -1448,14 +1464,18 @@ cronjobs: {}
|
|
|
1448
1464
|
],
|
|
1449
1465
|
},
|
|
1450
1466
|
"script": [
|
|
1467
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1468
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1469
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1470
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1451
1471
|
"cd api",
|
|
1452
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1453
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1472
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1454
1473
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1455
1474
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1456
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
1457
1477
|
"yarn install --immutable",
|
|
1458
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1478
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1459
1479
|
"yarn lint",
|
|
1460
1480
|
],
|
|
1461
1481
|
"stage": "test",
|
|
@@ -1515,18 +1535,18 @@ cronjobs: {}
|
|
|
1515
1535
|
},
|
|
1516
1536
|
"script": [
|
|
1517
1537
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1518
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1538
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1519
1539
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1520
1540
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1521
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1541
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1522
1542
|
"cd api",
|
|
1523
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1524
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1543
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1525
1544
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1526
1545
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1527
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
1528
1548
|
"yarn install --immutable",
|
|
1529
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1549
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1530
1550
|
"yarn build",
|
|
1531
1551
|
],
|
|
1532
1552
|
"stage": "build",
|
|
@@ -1908,14 +1928,18 @@ cronjobs: {}
|
|
|
1908
1928
|
],
|
|
1909
1929
|
},
|
|
1910
1930
|
"script": [
|
|
1931
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1932
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1933
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1934
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1911
1935
|
"cd api",
|
|
1912
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1913
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1936
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1914
1937
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1915
1938
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1916
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
1917
1941
|
"yarn install --immutable",
|
|
1918
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1942
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1919
1943
|
"yarn test",
|
|
1920
1944
|
],
|
|
1921
1945
|
"stage": "test",
|
|
@@ -2069,14 +2093,18 @@ application:
|
|
|
2069
2093
|
],
|
|
2070
2094
|
},
|
|
2071
2095
|
"script": [
|
|
2096
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2097
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2098
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2099
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
2072
2100
|
"cd www",
|
|
2073
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2074
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2101
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2075
2102
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2076
2103
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2077
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
2078
2106
|
"yarn install --immutable",
|
|
2079
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2107
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
2080
2108
|
"yarn lint",
|
|
2081
2109
|
],
|
|
2082
2110
|
"stage": "test",
|
|
@@ -2136,18 +2164,18 @@ application:
|
|
|
2136
2164
|
},
|
|
2137
2165
|
"script": [
|
|
2138
2166
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
|
|
2139
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2167
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2140
2168
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2141
2169
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2142
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2170
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
2143
2171
|
"cd www",
|
|
2144
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2145
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2172
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2146
2173
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2147
2174
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2148
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
2149
2177
|
"yarn install --immutable",
|
|
2150
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2178
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
2151
2179
|
"yarn build",
|
|
2152
2180
|
],
|
|
2153
2181
|
"stage": "build",
|
|
@@ -2521,14 +2549,18 @@ application:
|
|
|
2521
2549
|
],
|
|
2522
2550
|
},
|
|
2523
2551
|
"script": [
|
|
2552
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2553
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2554
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2555
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
2524
2556
|
"cd www",
|
|
2525
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2526
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2557
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2527
2558
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2528
2559
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2529
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
2530
2562
|
"yarn install --immutable",
|
|
2531
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2563
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
2532
2564
|
"yarn test",
|
|
2533
2565
|
],
|
|
2534
2566
|
"stage": "test",
|
|
@@ -2880,18 +2912,18 @@ cronjobs:
|
|
|
2880
2912
|
},
|
|
2881
2913
|
"script": [
|
|
2882
2914
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
2883
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2915
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2884
2916
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2885
2917
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2886
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2918
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
2887
2919
|
"cd api",
|
|
2888
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2889
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2920
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2890
2921
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2891
2922
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2892
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
2893
2925
|
"yarn install --immutable",
|
|
2894
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
2926
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
2895
2927
|
"yarn build",
|
|
2896
2928
|
],
|
|
2897
2929
|
"stage": "build",
|
|
@@ -2965,18 +2997,18 @@ cronjobs:
|
|
|
2965
2997
|
},
|
|
2966
2998
|
"script": [
|
|
2967
2999
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
2968
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
3000
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2969
3001
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2970
3002
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2971
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
3003
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
2972
3004
|
"cd api",
|
|
2973
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
2974
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
3005
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2975
3006
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2976
3007
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2977
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
2978
3010
|
"yarn install --immutable",
|
|
2979
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
3011
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
2980
3012
|
"yarn build",
|
|
2981
3013
|
],
|
|
2982
3014
|
"stage": "build",
|
|
@@ -3872,18 +3904,18 @@ application:
|
|
|
3872
3904
|
},
|
|
3873
3905
|
"script": [
|
|
3874
3906
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
|
|
3875
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
3907
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
3876
3908
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
3877
3909
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
3878
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
3910
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
3879
3911
|
"cd www",
|
|
3880
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
3881
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
3912
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
3882
3913
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
3883
3914
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
3884
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
3885
3917
|
"yarn install --immutable",
|
|
3886
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
3918
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
3887
3919
|
"yarn build",
|
|
3888
3920
|
],
|
|
3889
3921
|
"stage": "build",
|
|
@@ -3957,18 +3989,18 @@ application:
|
|
|
3957
3989
|
},
|
|
3958
3990
|
"script": [
|
|
3959
3991
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > www/__build_info.json",
|
|
3960
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
3992
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
3961
3993
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
3962
3994
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
3963
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
3995
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
3964
3996
|
"cd www",
|
|
3965
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
3966
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
3997
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
3967
3998
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
3968
3999
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
3969
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
3970
4002
|
"yarn install --immutable",
|
|
3971
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
4003
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
3972
4004
|
"yarn build",
|
|
3973
4005
|
],
|
|
3974
4006
|
"stage": "build",
|
|
@@ -151,14 +151,18 @@ mongodb:
|
|
|
151
151
|
],
|
|
152
152
|
},
|
|
153
153
|
"script": [
|
|
154
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
155
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
156
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
157
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
154
158
|
"cd api",
|
|
155
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
156
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
159
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
157
160
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
158
161
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
159
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
160
164
|
"yarn install --immutable",
|
|
161
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
165
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
162
166
|
"yarn lint",
|
|
163
167
|
],
|
|
164
168
|
"stage": "test",
|
|
@@ -218,18 +222,18 @@ mongodb:
|
|
|
218
222
|
},
|
|
219
223
|
"script": [
|
|
220
224
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
221
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
225
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
222
226
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
223
227
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
224
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
228
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
225
229
|
"cd api",
|
|
226
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
227
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
230
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
228
231
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
229
232
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
230
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
231
235
|
"yarn install --immutable",
|
|
232
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
236
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
233
237
|
"yarn build",
|
|
234
238
|
],
|
|
235
239
|
"stage": "build",
|
|
@@ -659,14 +663,18 @@ mongodb:
|
|
|
659
663
|
],
|
|
660
664
|
},
|
|
661
665
|
"script": [
|
|
666
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
667
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
668
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
669
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
662
670
|
"cd api",
|
|
663
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
664
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
671
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
665
672
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
666
673
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
667
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
668
676
|
"yarn install --immutable",
|
|
669
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
677
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
670
678
|
"yarn test",
|
|
671
679
|
],
|
|
672
680
|
"stage": "test",
|
|
@@ -920,14 +928,18 @@ mongodb:
|
|
|
920
928
|
],
|
|
921
929
|
},
|
|
922
930
|
"script": [
|
|
931
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
932
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
933
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
934
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
923
935
|
"cd api",
|
|
924
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
925
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
936
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
926
937
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
927
938
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
928
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
929
941
|
"yarn install --immutable",
|
|
930
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
942
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
931
943
|
"yarn lint",
|
|
932
944
|
],
|
|
933
945
|
"stage": "test",
|
|
@@ -987,18 +999,18 @@ mongodb:
|
|
|
987
999
|
},
|
|
988
1000
|
"script": [
|
|
989
1001
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
990
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1002
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
991
1003
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
992
1004
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
993
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1005
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
994
1006
|
"cd api",
|
|
995
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
996
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1007
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
997
1008
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
998
1009
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
999
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
1000
1012
|
"yarn install --immutable",
|
|
1001
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1013
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1002
1014
|
"yarn build",
|
|
1003
1015
|
],
|
|
1004
1016
|
"stage": "build",
|
|
@@ -1428,14 +1440,18 @@ mongodb:
|
|
|
1428
1440
|
],
|
|
1429
1441
|
},
|
|
1430
1442
|
"script": [
|
|
1443
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1444
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1445
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1446
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1431
1447
|
"cd api",
|
|
1432
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1433
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1448
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1434
1449
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1435
1450
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1436
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
1437
1453
|
"yarn install --immutable",
|
|
1438
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1454
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1439
1455
|
"yarn test",
|
|
1440
1456
|
],
|
|
1441
1457
|
"stage": "test",
|
|
@@ -1827,18 +1843,18 @@ mongodb:
|
|
|
1827
1843
|
},
|
|
1828
1844
|
"script": [
|
|
1829
1845
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1830
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1846
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1831
1847
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1832
1848
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1833
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1849
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1834
1850
|
"cd api",
|
|
1835
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1836
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1851
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1837
1852
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1838
1853
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1839
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
1840
1856
|
"yarn install --immutable",
|
|
1841
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1857
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1842
1858
|
"yarn build",
|
|
1843
1859
|
],
|
|
1844
1860
|
"stage": "build",
|
|
@@ -1914,18 +1930,18 @@ mongodb:
|
|
|
1914
1930
|
},
|
|
1915
1931
|
"script": [
|
|
1916
1932
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1917
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1933
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1918
1934
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1919
1935
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1920
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1936
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1921
1937
|
"cd api",
|
|
1922
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1923
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1938
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1924
1939
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1925
1940
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1926
|
-
"echo -e "\\e[0Ksection_end:$(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"",
|
|
1927
1943
|
"yarn install --immutable",
|
|
1928
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1944
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1929
1945
|
"yarn build",
|
|
1930
1946
|
],
|
|
1931
1947
|
"stage": "build",
|