Skip to content

Commit 1fd7392

Browse files
committed
Update run-buildrunner.sh
1 parent 6d987f4 commit 1fd7392

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

run-buildrunner.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/bin/bash
22

33
# 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
4+
#
5+
# 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
610
PYTHONPATH=. ./bin/buildrunner --cleanup-images "$@"

0 commit comments

Comments
 (0)