@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
|
@@ -138,18 +138,18 @@ application:
|
|
|
138
138
|
],
|
|
139
139
|
},
|
|
140
140
|
"script": [
|
|
141
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
141
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
142
142
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
143
143
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
144
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
144
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
145
145
|
"cd api",
|
|
146
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
146
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
147
147
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
148
148
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
149
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
150
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
149
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
150
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
151
151
|
"yarn install --immutable",
|
|
152
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
152
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
153
153
|
"yarn lint",
|
|
154
154
|
],
|
|
155
155
|
"stage": "test",
|
|
@@ -209,18 +209,18 @@ application:
|
|
|
209
209
|
},
|
|
210
210
|
"script": [
|
|
211
211
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
212
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
212
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
213
213
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
214
214
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
215
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
215
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
216
216
|
"cd api",
|
|
217
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
217
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
218
218
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
219
219
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
220
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
221
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
220
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
221
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
222
222
|
"yarn install --immutable",
|
|
223
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
223
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
224
224
|
"yarn build",
|
|
225
225
|
],
|
|
226
226
|
"stage": "build",
|
|
@@ -622,18 +622,18 @@ application:
|
|
|
622
622
|
],
|
|
623
623
|
},
|
|
624
624
|
"script": [
|
|
625
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
625
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
626
626
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
627
627
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
628
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
628
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
629
629
|
"cd api",
|
|
630
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
630
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
631
631
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
632
632
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
633
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
634
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
633
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
634
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
635
635
|
"yarn install --immutable",
|
|
636
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
636
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
637
637
|
"yarn test",
|
|
638
638
|
],
|
|
639
639
|
"stage": "test",
|
|
@@ -874,18 +874,18 @@ application:
|
|
|
874
874
|
],
|
|
875
875
|
},
|
|
876
876
|
"script": [
|
|
877
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
877
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
878
878
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
879
879
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
880
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
880
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
881
881
|
"cd api",
|
|
882
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
882
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
883
883
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
884
884
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
885
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
886
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
885
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
886
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
887
887
|
"yarn install --immutable",
|
|
888
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
888
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
889
889
|
"yarn lint",
|
|
890
890
|
],
|
|
891
891
|
"stage": "test",
|
|
@@ -945,18 +945,18 @@ application:
|
|
|
945
945
|
},
|
|
946
946
|
"script": [
|
|
947
947
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
948
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
948
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
949
949
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
950
950
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
951
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
951
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
952
952
|
"cd api",
|
|
953
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
953
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
954
954
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
955
955
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
956
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
957
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
956
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
957
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
958
958
|
"yarn install --immutable",
|
|
959
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
959
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
960
960
|
"yarn build",
|
|
961
961
|
],
|
|
962
962
|
"stage": "build",
|
|
@@ -1358,18 +1358,18 @@ application:
|
|
|
1358
1358
|
],
|
|
1359
1359
|
},
|
|
1360
1360
|
"script": [
|
|
1361
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1361
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1362
1362
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1363
1363
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1364
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1364
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1365
1365
|
"cd api",
|
|
1366
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1366
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1367
1367
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1368
1368
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1369
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1370
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1369
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1370
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1371
1371
|
"yarn install --immutable",
|
|
1372
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1372
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1373
1373
|
"yarn test",
|
|
1374
1374
|
],
|
|
1375
1375
|
"stage": "test",
|
|
@@ -1735,18 +1735,18 @@ application:
|
|
|
1735
1735
|
},
|
|
1736
1736
|
"script": [
|
|
1737
1737
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1738
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1738
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1739
1739
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1740
1740
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1741
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1741
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1742
1742
|
"cd api",
|
|
1743
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1743
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1744
1744
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1745
1745
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1746
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1747
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1746
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1747
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1748
1748
|
"yarn install --immutable",
|
|
1749
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1749
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1750
1750
|
"yarn build",
|
|
1751
1751
|
],
|
|
1752
1752
|
"stage": "build",
|
|
@@ -1820,18 +1820,18 @@ application:
|
|
|
1820
1820
|
},
|
|
1821
1821
|
"script": [
|
|
1822
1822
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1823
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1823
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1824
1824
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1825
1825
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1826
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1826
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1827
1827
|
"cd api",
|
|
1828
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1828
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1829
1829
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1830
1830
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1831
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1832
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1831
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1832
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1833
1833
|
"yarn install --immutable",
|
|
1834
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1834
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1835
1835
|
"yarn build",
|
|
1836
1836
|
],
|
|
1837
1837
|
"stage": "build",
|
|
@@ -134,18 +134,18 @@ cloudsql:
|
|
|
134
134
|
],
|
|
135
135
|
},
|
|
136
136
|
"script": [
|
|
137
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
137
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
138
138
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
139
139
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
140
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
140
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
141
141
|
"cd api",
|
|
142
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
142
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
143
143
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
144
144
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
145
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
146
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
145
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
146
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
147
147
|
"yarn install --immutable",
|
|
148
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
148
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
149
149
|
"yarn lint",
|
|
150
150
|
],
|
|
151
151
|
"stage": "test",
|
|
@@ -205,18 +205,18 @@ cloudsql:
|
|
|
205
205
|
},
|
|
206
206
|
"script": [
|
|
207
207
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
208
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
208
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
209
209
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
210
210
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
211
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
211
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
212
212
|
"cd api",
|
|
213
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
213
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
214
214
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
215
215
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
216
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
217
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
216
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
217
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
218
218
|
"yarn install --immutable",
|
|
219
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
219
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
220
220
|
"yarn build",
|
|
221
221
|
],
|
|
222
222
|
"stage": "build",
|
|
@@ -612,18 +612,18 @@ cloudsql:
|
|
|
612
612
|
],
|
|
613
613
|
},
|
|
614
614
|
"script": [
|
|
615
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
615
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
616
616
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
617
617
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
618
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
618
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
619
619
|
"cd api",
|
|
620
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
620
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
621
621
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
622
622
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
623
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
624
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
623
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
624
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
625
625
|
"yarn install --immutable",
|
|
626
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
626
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
627
627
|
"yarn test",
|
|
628
628
|
],
|
|
629
629
|
"stage": "test",
|
|
@@ -860,18 +860,18 @@ cloudsql:
|
|
|
860
860
|
],
|
|
861
861
|
},
|
|
862
862
|
"script": [
|
|
863
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
863
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
864
864
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
865
865
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
866
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
866
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
867
867
|
"cd api",
|
|
868
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
868
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
869
869
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
870
870
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
871
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
872
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
871
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
872
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
873
873
|
"yarn install --immutable",
|
|
874
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
874
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
875
875
|
"yarn lint",
|
|
876
876
|
],
|
|
877
877
|
"stage": "test",
|
|
@@ -931,18 +931,18 @@ cloudsql:
|
|
|
931
931
|
},
|
|
932
932
|
"script": [
|
|
933
933
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
934
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
934
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
935
935
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
936
936
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
937
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
937
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
938
938
|
"cd api",
|
|
939
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
939
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
940
940
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
941
941
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
942
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
943
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
942
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
943
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
944
944
|
"yarn install --immutable",
|
|
945
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
945
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
946
946
|
"yarn build",
|
|
947
947
|
],
|
|
948
948
|
"stage": "build",
|
|
@@ -1338,18 +1338,18 @@ cloudsql:
|
|
|
1338
1338
|
],
|
|
1339
1339
|
},
|
|
1340
1340
|
"script": [
|
|
1341
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1341
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1342
1342
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1343
1343
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1344
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1344
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1345
1345
|
"cd api",
|
|
1346
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1346
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1347
1347
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1348
1348
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1349
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1350
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1349
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1350
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1351
1351
|
"yarn install --immutable",
|
|
1352
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1352
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1353
1353
|
"yarn test",
|
|
1354
1354
|
],
|
|
1355
1355
|
"stage": "test",
|
|
@@ -1707,18 +1707,18 @@ cloudsql:
|
|
|
1707
1707
|
},
|
|
1708
1708
|
"script": [
|
|
1709
1709
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1710
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1710
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1711
1711
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1712
1712
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1713
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1713
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1714
1714
|
"cd api",
|
|
1715
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1715
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1716
1716
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1717
1717
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1718
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1719
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1718
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1719
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1720
1720
|
"yarn install --immutable",
|
|
1721
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1721
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1722
1722
|
"yarn build",
|
|
1723
1723
|
],
|
|
1724
1724
|
"stage": "build",
|
|
@@ -1794,18 +1794,18 @@ cloudsql:
|
|
|
1794
1794
|
},
|
|
1795
1795
|
"script": [
|
|
1796
1796
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1797
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1797
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1798
1798
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1799
1799
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1800
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1800
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1801
1801
|
"cd api",
|
|
1802
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1802
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1803
1803
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1804
1804
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1805
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1806
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1805
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1806
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1807
1807
|
"yarn install --immutable",
|
|
1808
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1808
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1809
1809
|
"yarn build",
|
|
1810
1810
|
],
|
|
1811
1811
|
"stage": "build",
|
|
@@ -135,18 +135,18 @@ cloudsql:
|
|
|
135
135
|
],
|
|
136
136
|
},
|
|
137
137
|
"script": [
|
|
138
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
138
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
139
139
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
140
140
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
141
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
141
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
142
142
|
"cd api",
|
|
143
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
143
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
144
144
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
145
145
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
146
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
147
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
146
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
147
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
148
148
|
"yarn install --immutable",
|
|
149
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
149
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
150
150
|
"yarn lint",
|
|
151
151
|
],
|
|
152
152
|
"stage": "test",
|
|
@@ -206,18 +206,18 @@ cloudsql:
|
|
|
206
206
|
},
|
|
207
207
|
"script": [
|
|
208
208
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
209
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
209
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
210
210
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
211
211
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
212
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
212
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
213
213
|
"cd api",
|
|
214
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
214
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
215
215
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
216
216
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
217
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
218
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
217
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
218
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
219
219
|
"yarn install --immutable",
|
|
220
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
220
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
221
221
|
"yarn build",
|
|
222
222
|
],
|
|
223
223
|
"stage": "build",
|
|
@@ -615,18 +615,18 @@ cloudsql:
|
|
|
615
615
|
],
|
|
616
616
|
},
|
|
617
617
|
"script": [
|
|
618
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
618
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
619
619
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
620
620
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
621
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
621
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
622
622
|
"cd api",
|
|
623
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
623
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
624
624
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
625
625
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
626
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
627
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
626
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
627
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
628
628
|
"yarn install --immutable",
|
|
629
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
629
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
630
630
|
"yarn test",
|
|
631
631
|
],
|
|
632
632
|
"stage": "test",
|
|
@@ -864,18 +864,18 @@ cloudsql:
|
|
|
864
864
|
],
|
|
865
865
|
},
|
|
866
866
|
"script": [
|
|
867
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
867
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
868
868
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
869
869
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
870
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
870
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
871
871
|
"cd api",
|
|
872
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
872
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
873
873
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
874
874
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
875
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
876
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
875
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
876
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
877
877
|
"yarn install --immutable",
|
|
878
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
878
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
879
879
|
"yarn lint",
|
|
880
880
|
],
|
|
881
881
|
"stage": "test",
|
|
@@ -935,18 +935,18 @@ cloudsql:
|
|
|
935
935
|
},
|
|
936
936
|
"script": [
|
|
937
937
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
938
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
938
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
939
939
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
940
940
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
941
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
941
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
942
942
|
"cd api",
|
|
943
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
943
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
944
944
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
945
945
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
946
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
947
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
946
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
947
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
948
948
|
"yarn install --immutable",
|
|
949
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
949
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
950
950
|
"yarn build",
|
|
951
951
|
],
|
|
952
952
|
"stage": "build",
|
|
@@ -1344,18 +1344,18 @@ cloudsql:
|
|
|
1344
1344
|
],
|
|
1345
1345
|
},
|
|
1346
1346
|
"script": [
|
|
1347
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1347
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1348
1348
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1349
1349
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1350
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1350
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1351
1351
|
"cd api",
|
|
1352
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1352
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1353
1353
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1354
1354
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1355
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1356
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1355
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1356
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1357
1357
|
"yarn install --immutable",
|
|
1358
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1358
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1359
1359
|
"yarn test",
|
|
1360
1360
|
],
|
|
1361
1361
|
"stage": "test",
|
|
@@ -1715,18 +1715,18 @@ cloudsql:
|
|
|
1715
1715
|
},
|
|
1716
1716
|
"script": [
|
|
1717
1717
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1718
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1718
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1719
1719
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1720
1720
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1721
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1721
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1722
1722
|
"cd api",
|
|
1723
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1723
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1724
1724
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1725
1725
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1726
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1727
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1726
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1727
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1728
1728
|
"yarn install --immutable",
|
|
1729
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1729
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1730
1730
|
"yarn build",
|
|
1731
1731
|
],
|
|
1732
1732
|
"stage": "build",
|
|
@@ -1802,18 +1802,18 @@ cloudsql:
|
|
|
1802
1802
|
},
|
|
1803
1803
|
"script": [
|
|
1804
1804
|
"echo '{"id":"some-id","time":"01-01-2023 12:13:14"}' > api/__build_info.json",
|
|
1805
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1805
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1806
1806
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1807
1807
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1808
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1808
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1809
1809
|
"cd api",
|
|
1810
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1810
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):nodeinstall[collapsed=true]\\r\\e[0KEnsure node version"",
|
|
1811
1811
|
"if [ -f ~/.nvm/nvm.sh ]; then source ~/.nvm/nvm.sh; fi",
|
|
1812
1812
|
"if command -v nvm &> /dev/null && [ -f ./.nvmrc ]; then nvm install; fi",
|
|
1813
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1814
|
-
"echo -e "\\e[0Ksection_start:$(date +%s):
|
|
1813
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):nodeinstall\\r\\e[0K"",
|
|
1814
|
+
"echo -e "\\e[0Ksection_start:$(date +%s):yarninstall[collapsed=true]\\r\\e[0KYarn install"",
|
|
1815
1815
|
"yarn install --immutable",
|
|
1816
|
-
"echo -e "\\e[0Ksection_end:$(date +%s):
|
|
1816
|
+
"echo -e "\\e[0Ksection_end:$(date +%s):yarninstall\\r\\e[0K"",
|
|
1817
1817
|
"yarn build",
|
|
1818
1818
|
],
|
|
1819
1819
|
"stage": "build",
|