katetaan puuttuva testit
CI / load-config (push) Successful in 11s
ci-cucumber Cucumber tests passed
ci-bats Bats tests
ci-build Build complete
CI / feature (push) Successful in 2m15s
CI / main (push) Has been skipped

This commit is contained in:
moilanik
2026-06-13 19:39:01 +03:00
parent 18a6425e9e
commit 7b99392dd7
13 changed files with 270 additions and 13 deletions
+1 -1
View File
@@ -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; }