@catladder/pipeline 1.129.1 → 1.130.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 +1 -1
- 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 +32 -16
- package/examples/__snapshots__/cloud-run-meteor-with-worker.ts.snap +32 -16
- package/examples/__snapshots__/cloud-run-no-cpu-throttling.ts.snap +32 -16
- package/examples/__snapshots__/cloud-run-non-public.ts.snap +32 -16
- package/examples/__snapshots__/cloud-run-post-stop-job.ts.snap +32 -16
- package/examples/__snapshots__/cloud-run-with-sql-reuse-db.ts.snap +64 -32
- package/examples/__snapshots__/cloud-run-with-sql.ts.snap +64 -32
- package/examples/__snapshots__/cloud-run-with-worker.ts.snap +32 -16
- package/examples/__snapshots__/custom-deploy.ts.snap +32 -16
- package/examples/__snapshots__/custom-envs.ts.snap +36 -20
- package/examples/__snapshots__/kubernetes-application-customization.ts.snap +32 -16
- package/examples/__snapshots__/kubernetes-with-cloud-sql-legacy.ts.snap +32 -16
- package/examples/__snapshots__/kubernetes-with-cloud-sql.ts.snap +32 -16
- package/examples/__snapshots__/kubernetes-with-jobs.ts.snap +64 -32
- package/examples/__snapshots__/kubernetes-with-mongodb.ts.snap +32 -16
- package/examples/__snapshots__/meteor-kubernetes.ts.snap +32 -16
- package/examples/__snapshots__/native-app.ts.snap +64 -32
- package/examples/__snapshots__/node-build-with-custom-image.ts.snap +32 -16
- package/examples/__snapshots__/wait-for-other-deploy.ts.snap +64 -32
- package/package.json +1 -1
- package/src/build/node/testJob.ts +3 -1
- package/src/build/node/yarn.ts +10 -7
|
@@ -151,14 +151,18 @@ mongodb:
|
|
|
151
151
|
],
|
|
152
152
|
},
|
|
153
153
|
"script": [
|
|
154
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):node install[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):node install\\r\\e[0K"",
|
|
154
158
|
"cd api",
|
|
155
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
156
159
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[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
162
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
163
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
160
164
|
"yarn install --immutable",
|
|
161
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
165
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
162
166
|
"yarn lint",
|
|
163
167
|
],
|
|
164
168
|
"stage": "test",
|
|
@@ -223,13 +227,13 @@ mongodb:
|
|
|
223
227
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
224
228
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
225
229
|
"cd api",
|
|
226
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
227
230
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[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
233
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
234
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
231
235
|
"yarn install --immutable",
|
|
232
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
236
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\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):node install[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):node install\\r\\e[0K"",
|
|
662
670
|
"cd api",
|
|
663
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
664
671
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[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
674
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
675
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
668
676
|
"yarn install --immutable",
|
|
669
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
677
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\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):node install[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):node install\\r\\e[0K"",
|
|
923
935
|
"cd api",
|
|
924
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
925
936
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[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
939
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
940
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
929
941
|
"yarn install --immutable",
|
|
930
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
942
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
931
943
|
"yarn lint",
|
|
932
944
|
],
|
|
933
945
|
"stage": "test",
|
|
@@ -992,13 +1004,13 @@ mongodb:
|
|
|
992
1004
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
993
1005
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
994
1006
|
"cd api",
|
|
995
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
996
1007
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[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
1010
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1011
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
1000
1012
|
"yarn install --immutable",
|
|
1001
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
1013
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\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):node install[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):node install\\r\\e[0K"",
|
|
1431
1447
|
"cd api",
|
|
1432
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
1433
1448
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[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
1451
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1452
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
1437
1453
|
"yarn install --immutable",
|
|
1438
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
1454
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
1439
1455
|
"yarn test",
|
|
1440
1456
|
],
|
|
1441
1457
|
"stage": "test",
|
|
@@ -1832,13 +1848,13 @@ mongodb:
|
|
|
1832
1848
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1833
1849
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1834
1850
|
"cd api",
|
|
1835
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
1836
1851
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[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
1854
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1855
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
1840
1856
|
"yarn install --immutable",
|
|
1841
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
1857
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
1842
1858
|
"yarn build",
|
|
1843
1859
|
],
|
|
1844
1860
|
"stage": "build",
|
|
@@ -1919,13 +1935,13 @@ mongodb:
|
|
|
1919
1935
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1920
1936
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1921
1937
|
"cd api",
|
|
1922
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
1923
1938
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[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
1941
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1942
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
1927
1943
|
"yarn install --immutable",
|
|
1928
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
1944
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
1929
1945
|
"yarn build",
|
|
1930
1946
|
],
|
|
1931
1947
|
"stage": "build",
|
|
@@ -145,14 +145,18 @@ mongodb:
|
|
|
145
145
|
],
|
|
146
146
|
},
|
|
147
147
|
"script": [
|
|
148
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
149
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
150
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
151
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
148
152
|
"cd app",
|
|
149
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
150
153
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
151
154
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
152
155
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
153
156
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
157
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
154
158
|
"yarn install --immutable",
|
|
155
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
159
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
156
160
|
"yarn lint",
|
|
157
161
|
],
|
|
158
162
|
"stage": "test",
|
|
@@ -217,13 +221,13 @@ mongodb:
|
|
|
217
221
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
218
222
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
219
223
|
"cd app",
|
|
220
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
221
224
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
222
225
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
223
226
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
224
227
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
228
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
225
229
|
"yarn install --immutable",
|
|
226
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
230
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
227
231
|
"echo "add healthcheck package"",
|
|
228
232
|
"meteor add panter:healthroute --allow-superuser",
|
|
229
233
|
"meteor add qualia:prod-shell --allow-superuser",
|
|
@@ -630,14 +634,18 @@ mongodb:
|
|
|
630
634
|
],
|
|
631
635
|
},
|
|
632
636
|
"script": [
|
|
637
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
638
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
639
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
640
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
633
641
|
"cd app",
|
|
634
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
635
642
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
636
643
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
637
644
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
638
645
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
646
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
639
647
|
"yarn install --immutable",
|
|
640
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
648
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
641
649
|
"yarn test",
|
|
642
650
|
],
|
|
643
651
|
"stage": "test",
|
|
@@ -885,14 +893,18 @@ mongodb:
|
|
|
885
893
|
],
|
|
886
894
|
},
|
|
887
895
|
"script": [
|
|
896
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
897
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
898
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
899
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
888
900
|
"cd app",
|
|
889
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
890
901
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
891
902
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
892
903
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
893
904
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
905
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
894
906
|
"yarn install --immutable",
|
|
895
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
907
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
896
908
|
"yarn lint",
|
|
897
909
|
],
|
|
898
910
|
"stage": "test",
|
|
@@ -957,13 +969,13 @@ mongodb:
|
|
|
957
969
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
958
970
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
959
971
|
"cd app",
|
|
960
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
961
972
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
962
973
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
963
974
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
964
975
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
976
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
965
977
|
"yarn install --immutable",
|
|
966
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
978
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
967
979
|
"echo "add healthcheck package"",
|
|
968
980
|
"meteor add panter:healthroute --allow-superuser",
|
|
969
981
|
"meteor add qualia:prod-shell --allow-superuser",
|
|
@@ -1370,14 +1382,18 @@ mongodb:
|
|
|
1370
1382
|
],
|
|
1371
1383
|
},
|
|
1372
1384
|
"script": [
|
|
1385
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1386
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1387
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1388
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1373
1389
|
"cd app",
|
|
1374
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
1375
1390
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1376
1391
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1377
1392
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1378
1393
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1394
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
1379
1395
|
"yarn install --immutable",
|
|
1380
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
1396
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
1381
1397
|
"yarn test",
|
|
1382
1398
|
],
|
|
1383
1399
|
"stage": "test",
|
|
@@ -1774,13 +1790,13 @@ mongodb:
|
|
|
1774
1790
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1775
1791
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1776
1792
|
"cd app",
|
|
1777
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
1778
1793
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1779
1794
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1780
1795
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1781
1796
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1797
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
1782
1798
|
"yarn install --immutable",
|
|
1783
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
1799
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
1784
1800
|
"echo "add healthcheck package"",
|
|
1785
1801
|
"meteor add panter:healthroute --allow-superuser",
|
|
1786
1802
|
"meteor add qualia:prod-shell --allow-superuser",
|
|
@@ -1866,13 +1882,13 @@ mongodb:
|
|
|
1866
1882
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1867
1883
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1868
1884
|
"cd app",
|
|
1869
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
1870
1885
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1871
1886
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1872
1887
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1873
1888
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1889
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
1874
1890
|
"yarn install --immutable",
|
|
1875
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
1891
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
1876
1892
|
"echo "add healthcheck package"",
|
|
1877
1893
|
"meteor add panter:healthroute --allow-superuser",
|
|
1878
1894
|
"meteor add qualia:prod-shell --allow-superuser",
|
|
@@ -33,14 +33,18 @@ exports[`matches snapshot 1`] = `
|
|
|
33
33
|
],
|
|
34
34
|
},
|
|
35
35
|
"script": [
|
|
36
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
37
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
38
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
39
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
36
40
|
"cd api",
|
|
37
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
38
41
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
39
42
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
40
43
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
41
44
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
45
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
42
46
|
"yarn install --immutable",
|
|
43
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
47
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
44
48
|
"yarn lint",
|
|
45
49
|
],
|
|
46
50
|
"stage": "test",
|
|
@@ -105,13 +109,13 @@ exports[`matches snapshot 1`] = `
|
|
|
105
109
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
106
110
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
107
111
|
"cd api",
|
|
108
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
109
112
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
110
113
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
111
114
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
112
115
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
116
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
113
117
|
"yarn install --immutable",
|
|
114
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
118
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
115
119
|
"yarn build",
|
|
116
120
|
],
|
|
117
121
|
"stage": "build",
|
|
@@ -438,14 +442,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
438
442
|
],
|
|
439
443
|
},
|
|
440
444
|
"script": [
|
|
445
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
446
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
447
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
448
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
441
449
|
"cd api",
|
|
442
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
443
450
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
444
451
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
445
452
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
446
453
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
454
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
447
455
|
"yarn install --immutable",
|
|
448
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
456
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
449
457
|
"yarn test",
|
|
450
458
|
],
|
|
451
459
|
"stage": "test",
|
|
@@ -508,14 +516,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
508
516
|
],
|
|
509
517
|
},
|
|
510
518
|
"script": [
|
|
519
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
520
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
521
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
522
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
511
523
|
"cd app",
|
|
512
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
513
524
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
514
525
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
515
526
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
516
527
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
528
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
517
529
|
"yarn install --immutable",
|
|
518
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
530
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
519
531
|
"yarn lint",
|
|
520
532
|
],
|
|
521
533
|
"stage": "test",
|
|
@@ -609,13 +621,13 @@ EOF",
|
|
|
609
621
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
610
622
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
611
623
|
"cd app",
|
|
612
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
613
624
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
614
625
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
615
626
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
616
627
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
628
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
617
629
|
"yarn install --immutable",
|
|
618
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
630
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
619
631
|
"bundle config set --local path 'vendor/ruby'",
|
|
620
632
|
"gem install bundler",
|
|
621
633
|
"bundle install",
|
|
@@ -796,14 +808,18 @@ EOF",
|
|
|
796
808
|
],
|
|
797
809
|
},
|
|
798
810
|
"script": [
|
|
811
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
812
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
813
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
814
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
799
815
|
"cd app",
|
|
800
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
801
816
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
802
817
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
803
818
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
804
819
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
820
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
805
821
|
"yarn install --immutable",
|
|
806
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
822
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
807
823
|
"yarn test",
|
|
808
824
|
],
|
|
809
825
|
"stage": "test",
|
|
@@ -941,14 +957,18 @@ EOF",
|
|
|
941
957
|
],
|
|
942
958
|
},
|
|
943
959
|
"script": [
|
|
960
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
961
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
962
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
963
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
944
964
|
"cd api",
|
|
945
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
946
965
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
947
966
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
948
967
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
949
968
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
969
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
950
970
|
"yarn install --immutable",
|
|
951
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
971
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
952
972
|
"yarn lint",
|
|
953
973
|
],
|
|
954
974
|
"stage": "test",
|
|
@@ -1013,13 +1033,13 @@ EOF",
|
|
|
1013
1033
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1014
1034
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1015
1035
|
"cd api",
|
|
1016
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
1017
1036
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1018
1037
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1019
1038
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1020
1039
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1040
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
1021
1041
|
"yarn install --immutable",
|
|
1022
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
1042
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
1023
1043
|
"yarn build",
|
|
1024
1044
|
],
|
|
1025
1045
|
"stage": "build",
|
|
@@ -1352,14 +1372,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1352
1372
|
],
|
|
1353
1373
|
},
|
|
1354
1374
|
"script": [
|
|
1375
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1376
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1377
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1378
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1355
1379
|
"cd api",
|
|
1356
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
1357
1380
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1358
1381
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1359
1382
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1360
1383
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1384
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
1361
1385
|
"yarn install --immutable",
|
|
1362
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
1386
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
1363
1387
|
"yarn test",
|
|
1364
1388
|
],
|
|
1365
1389
|
"stage": "test",
|
|
@@ -1422,14 +1446,18 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","BUILD_INFO_ID","BUILD_INF
|
|
|
1422
1446
|
],
|
|
1423
1447
|
},
|
|
1424
1448
|
"script": [
|
|
1449
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1450
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1451
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1452
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1425
1453
|
"cd app",
|
|
1426
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
1427
1454
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1428
1455
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1429
1456
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1430
1457
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1458
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
1431
1459
|
"yarn install --immutable",
|
|
1432
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
1460
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
1433
1461
|
"yarn lint",
|
|
1434
1462
|
],
|
|
1435
1463
|
"stage": "test",
|
|
@@ -1523,13 +1551,13 @@ EOF",
|
|
|
1523
1551
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1524
1552
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1525
1553
|
"cd app",
|
|
1526
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
1527
1554
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1528
1555
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1529
1556
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1530
1557
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1558
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
1531
1559
|
"yarn install --immutable",
|
|
1532
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
1560
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
1533
1561
|
"bundle config set --local path 'vendor/ruby'",
|
|
1534
1562
|
"gem install bundler",
|
|
1535
1563
|
"bundle install",
|
|
@@ -1710,14 +1738,18 @@ EOF",
|
|
|
1710
1738
|
],
|
|
1711
1739
|
},
|
|
1712
1740
|
"script": [
|
|
1741
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1742
|
+
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1743
|
+
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1744
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1713
1745
|
"cd app",
|
|
1714
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
1715
1746
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1716
1747
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1717
1748
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1718
1749
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1750
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
1719
1751
|
"yarn install --immutable",
|
|
1720
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
1752
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
1721
1753
|
"yarn test",
|
|
1722
1754
|
],
|
|
1723
1755
|
"stage": "test",
|
|
@@ -1880,13 +1912,13 @@ EOF",
|
|
|
1880
1912
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1881
1913
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1882
1914
|
"cd api",
|
|
1883
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
1884
1915
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1885
1916
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1886
1917
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1887
1918
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1919
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
1888
1920
|
"yarn install --immutable",
|
|
1889
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
1921
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
1890
1922
|
"yarn build",
|
|
1891
1923
|
],
|
|
1892
1924
|
"stage": "build",
|
|
@@ -1964,13 +1996,13 @@ EOF",
|
|
|
1964
1996
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1965
1997
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
1966
1998
|
"cd api",
|
|
1967
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
1968
1999
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1969
2000
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1970
2001
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1971
2002
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
2003
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
1972
2004
|
"yarn install --immutable",
|
|
1973
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
2005
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
1974
2006
|
"yarn build",
|
|
1975
2007
|
],
|
|
1976
2008
|
"stage": "build",
|
|
@@ -2595,13 +2627,13 @@ EOF",
|
|
|
2595
2627
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2596
2628
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
2597
2629
|
"cd app",
|
|
2598
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
2599
2630
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2600
2631
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2601
2632
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2602
2633
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
2634
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
2603
2635
|
"yarn install --immutable",
|
|
2604
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
2636
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
2605
2637
|
"bundle config set --local path 'vendor/ruby'",
|
|
2606
2638
|
"gem install bundler",
|
|
2607
2639
|
"bundle install",
|
|
@@ -2716,13 +2748,13 @@ EOF",
|
|
|
2716
2748
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2717
2749
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
2718
2750
|
"cd app",
|
|
2719
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):yarn prepare[collapsed=true]\\r\\e[0KNode and yarn install"",
|
|
2720
2751
|
"echo -e "\\e[0Ksection_start:$(date +%s):node install[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
2721
2752
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
2722
2753
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
2723
2754
|
"echo -e "\\e[0Ksection_end:$(date +%s):node install\\r\\e[0K"",
|
|
2755
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarn install[collapsed=true]\\r\\e[0KYarn install"",
|
|
2724
2756
|
"yarn install --immutable",
|
|
2725
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):yarn
|
|
2757
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarn install\\r\\e[0K"",
|
|
2726
2758
|
"bundle config set --local path 'vendor/ruby'",
|
|
2727
2759
|
"gem install bundler",
|
|
2728
2760
|
"bundle install",
|