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 6d987f4 commit 1fd7392Copy full SHA for 1fd7392
run-buildrunner.sh
@@ -1,6 +1,10 @@
1
#!/bin/bash
2
3
# This script will run the local buildrunner code from the root of the project
4
-# ./run-buildrunner.sh --help
5
-# ./run-buildrunner.sh -f examples/build/basic/buildrunner.yaml
+#
+# To get help, run the following command:
6
+# ./run-buildrunner.sh --help
7
8
+# To run the buildrunner with a specific configuration file, run the following command:
9
+# ./run-buildrunner.sh -f examples/build/basic/buildrunner.yaml
10
PYTHONPATH=. ./bin/buildrunner --cleanup-images "$@"
0 commit comments