release: correct OBS harness for ZUPT 5.2.5

This commit is contained in:
Cristian Cezar Moisés 2026-08-31 17:02:39 -03:00
commit fcce1b5a4a
29 changed files with 301 additions and 153 deletions

View file

@ -195,6 +195,12 @@ tumbleweed_job=$(sed -n '/^ tumbleweed-rpm:/,/^ gui-rpm-package:/p' \
.github/workflows/ci.yml)
fedora_gui_job=$(sed -n '/^ gui-rpm-package:/,/^ linux-portable:/p' \
.github/workflows/ci.yml)
if grep -Fq 'os.chdir(service_dir)' <<<"$tumbleweed_job"; then
pass 'OBS service executor enters its isolated working directory'
else
fail 'OBS service executor does not enter its isolated working directory'
fi
# These matches intentionally assert the literal Actions variable in YAML.
# shellcheck disable=SC2016
if grep -Fq 'git config --global --add safe.directory "$GITHUB_WORKSPACE"' \