From 6481696ddf326856cf007b7afe4f2c16f190f737 Mon Sep 17 00:00:00 2001 From: Till Spindler <14042276+spindev@users.noreply.github.com> Date: Mon, 15 Sep 2025 10:13:15 +0200 Subject: [PATCH 1/2] fix: update bootstrap.sh --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 30a4886..4b983f9 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -6,7 +6,7 @@ set -euo pipefail image_version="1.1.0" image_name="ghcr.io/xpirit-training/docker-runner" - + usage() { cat <&2 Usage: $0 [OPTIONS] From f0929c77ee78d48422024b4fd455c7e509f2a12a Mon Sep 17 00:00:00 2001 From: Till Spindler <14042276+spindev@users.noreply.github.com> Date: Mon, 15 Sep 2025 10:17:50 +0200 Subject: [PATCH 2/2] fix: update bootstrap.sh --- scripts/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 4b983f9..0eb36af 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -1,12 +1,12 @@ #!/usr/bin/env bash set -euo pipefail -# Generates a docker-compose.yml for GitHub runners (bash replacement for the +# Generates a docker-compose.yml for GitHub runners (bash replacement for the. # previous Python script). image_version="1.1.0" image_name="ghcr.io/xpirit-training/docker-runner" - + usage() { cat <&2 Usage: $0 [OPTIONS]