Skip to content

Commit 3b9252e

Browse files
committed
Fix interactive commands
1 parent ae775fd commit 3b9252e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

demo/demo.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ fi
1313

1414
clear
1515

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"

0 commit comments

Comments
 (0)