File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
14
14
clear
15
15
16
- pe " # Let's start one (short-lived) runner for this repository"
17
- pe " # A PAT is present in the environment variable RUNNER_PAT"
18
- pe " # Just for the demo, we will use two seldom used options to show teardown"
19
- pe " # -k 70 : to run for 70 seconds only, the default is to run forever"
20
- pe " # -r 1: to run once only, the default is to run forever"
21
- pe " ./orchestrator.sh -v -- -r 1 -k 70 -p efrecon/gh-runner-krunvm"
16
+ pei " # Let's start one (artificially short-lived) runner for this repository"
17
+ pei " # A PAT is present in the environment variable RUNNER_PAT"
18
+ pei " # Just for the demo, we will use two seldom used options to show teardown"
19
+ pei " # -k 40 : to run for 40 seconds only, the default is to run forever, until a job is picked "
20
+ pei " # -r 1: to run once only, the default is to create ephemeral runners forever"
21
+ pei " ./orchestrator.sh -v -- -r 1 -k 40 -p efrecon/gh-runner-krunvm"
You can’t perform that action at this time.
0 commit comments