From 69d5d8d3124fdf47060df37466a00020122b6b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Fr=C3=A9con?= Date: Fri, 16 Feb 2024 00:18:39 +0100 Subject: [PATCH] Use # iteration in demo --- demo/demo.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo/demo.sh b/demo/demo.sh index a8964d4..54aa86d 100755 --- a/demo/demo.sh +++ b/demo/demo.sh @@ -14,4 +14,5 @@ fi clear pe "# For the sake of the asciicast: PAT is present in RUNNER_PAT environment variable" -pe "./orchestrator.sh -v -p efrecon/gh-runner-krunvm -- 1" +pe "# -r 1: to run once only, the default is to run forever" +pe "./orchestrator.sh -v -r 1 -p efrecon/gh-runner-krunvm -- 1"