katetaan puuttuva testit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
CONF_FILE=".gitea/workflows/feature-env.conf"
|
||||
CONF_FILE="${CI_CONF_FILE:-.gitea/workflows/gitea-env.conf}"
|
||||
ERRORS=0
|
||||
|
||||
[ -f "$CONF_FILE" ] || { echo "ERROR: $CONF_FILE not found — checkout missing?" >&2; exit 1; }
|
||||
|
||||
Reference in New Issue
Block a user