fix: molecule-tests static matrix and role_dir path fix
This commit is contained in:
@@ -126,7 +126,7 @@ def cli(pairs: tuple[str, ...]) -> None:
|
||||
if not all([gitea_url, token, run_id]):
|
||||
click.echo(_("GITEA_URL/REPO_TOKEN/RUN_ID not set; running without cross-runner cancellation."))
|
||||
|
||||
repo_root = Path(__file__).resolve().parent.parent
|
||||
repo_root = Path(__file__).resolve().parent.parent.parent
|
||||
role_dir = repo_root / "ansible" / "roles" / "gitea-runner"
|
||||
|
||||
base_env = os.environ.copy()
|
||||
|
||||
Reference in New Issue
Block a user