Files
hearth/test/package/gitea-runner-controller/launch.sh
T
yukkop df0638a0f7
runner nix smoke / nix label and flake smoke (push) Failing after 8s
feat: new diagnostics
2026-09-10 15:31:13 +00:00

10 lines
157 B
Bash

#!/bin/dash
set -eu
GCR_STATE_DIR="$(mktemp -d)"
export GCR_STATE_DIR
export GCR_LOG=error
trap 'rm -rf "$GCR_STATE_DIR"' EXIT INT HUP
dash "$test/run.sh"