We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2ee97 commit ccc84b1Copy full SHA for ccc84b1
build-system/debug/run_wheels_workflow.sh
@@ -0,0 +1,12 @@
1
+#!/bin/bash
2
+
3
+# check whether user had supplied -h or --help . If yes display usage
4
+if [[ ( $@ == "--help") || $@ == "-h" ]]
5
+then
6
+ echo "Usage: $0 <repository> <branch>"
7
+ exit 0
8
+fi
9
10
11
+gh workflow run "LuxCore Wheels Builder" --repo $1 --ref $2
12
+gh run list --workflow="wheel-builder.yml" --repo $1
0 commit comments