Skip to content

Commit

Permalink
Improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Mar 16, 2024
1 parent b72a1e4 commit 5353f16
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 291 deletions.
8 changes: 5 additions & 3 deletions demo/demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ fi

clear

pe "# For the sake of the asciicast: PAT is present in RUNNER_PAT environment variable"
pe "# Let's start one (short-lived) runner for this repository"
pe "# A PAT is present in the environment variable RUNNER_PAT"
pe "# Just for the demo, we will use two seldom used options to show teardown"
pe "# -k 70: to run for 70 seconds only, the default is to run forever"
pe "# -r 1: to run once only, the default is to run forever"
pe "# -k 60: to run for 60 seconds, the default is to run forever"
pe "./orchestrator.sh -v -- -r 1 -k 60 -p efrecon/gh-runner-krunvm"
pe "./orchestrator.sh -v -- -r 1 -k 70 -p efrecon/gh-runner-krunvm"
Loading

0 comments on commit 5353f16

Please sign in to comment.