This repository was archived by the owner on Feb 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 106106 "generate-workflows" : [
107107 " mkdir -p .github/workflows/" ,
108108 " cp scripts/helper/templates/body-github-pre-releases-test.md .github/workflows/" ,
109- " cat scripts/helper/templates/build-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build.yml" ,
109+ " cat scripts/helper/templates/build-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-all .yml" ,
110110 " cat scripts/helper/templates/build-xbbi-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbi.yml" ,
111111 " cat scripts/helper/templates/build-xbba-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbba.yml" ,
112112 " cat scripts/helper/templates/build-xbbm-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbm.yml" ,
116116 " cat scripts/helper/templates/publish-release-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/publish-release.yml" ,
117117 " cat scripts/helper/templates/test-xpm-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/test-xpm.yml"
118118 ],
119- "trigger-workflow-build" : " bash scripts/helper/trigger-workflow-build.sh" ,
119+ "trigger-workflow-build-all " : " bash scripts/helper/trigger-workflow-build.sh" ,
120120 "trigger-workflow-build-xbbi" : " bash scripts/helper/trigger-workflow-build.sh --machine xbbi" ,
121121 "trigger-workflow-build-xbba" : " bash scripts/helper/trigger-workflow-build.sh --machine xbba" ,
122122 "trigger-workflow-build-xbbm" : " bash scripts/helper/trigger-workflow-build.sh --machine xbbm" ,
You can’t perform that action at this time.
0 commit comments