File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 4343 "generate-workflows" : " bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/generate-workflows.sh" ,
4444 "website-generate-commons" : " bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-generate-commons.sh" ,
4545 "website-import-releases" : " bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-import-releases.sh" ,
46+ "check-space" : " {% if os.platform == 'darwin' %}df -gH /{% else %}df -BG -H /{% endif %}" ,
47+ "clear-all-projects-builds" : " rm -rf ~/Work/xpack-dev-tools/*/build-assets/build" ,
4648 "trigger-workflow-build-darwin-x64" : " bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-build.sh --workflow build-darwin-x64.yml --xpm-version {{ properties.xpm-version }} --loglevel {{ properties.xpm-install-loglevel }}" ,
4749 "trigger-workflow-build-darwin-arm64" : " bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-build.sh --workflow build-darwin-arm64.yml --xpm-version {{ properties.xpm-version }} --loglevel {{ properties.xpm-install-loglevel }}" ,
4850 "trigger-workflow-build-linux-x64" : " bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-build.sh --workflow build-linux-x64.yml --xpm-version {{ properties.xpm-version }} --loglevel {{ properties.xpm-install-loglevel }}" ,
You can’t perform that action at this time.
0 commit comments