debian-koji-osbuild/test/entrypoint.sh
Christian Kellner 2e24a5506f test: use "bash" for entrypoint.sh
Also double quote GITHUB_WORKSPACE because that could indeed by
anything.
2020-09-17 19:53:06 +02:00

6 lines
87 B
Bash
Executable file

#!/bin/bash -l
set -euo pipefail
cd "$GITHUB_WORKSPACE"
/bin/bash -o errexit -c "$1"