]> git.ipfire.org Git - thirdparty/gnutls.git/commit
devel/ci-local.sh: add a gitlab-ci-local wrapper
authorAlexander Sosedkin <asosedkin@redhat.com>
Mon, 2 Mar 2026 12:51:48 +0000 (13:51 +0100)
committerAlexander Sosedkin <asosedki@redhat.com>
Fri, 6 Mar 2026 14:05:45 +0000 (14:05 +0000)
commit29c1d61cd8f4187a408b602b9f4e793a4e4ebff6
tree45d7f1e890c038f82344ebfaa4cae217f8cca1ae
parent868ed4b173745364c7e0ba558ef2e1fa158c076c
devel/ci-local.sh: add a gitlab-ci-local wrapper

gitlab-ci-local doesn't play nicely with gnutls out of the box.
This adds a wrapper that smoothes several wrinkles out:
1. if you're using worktrees, bootstrapping submodules fails
2. there's no way to pass arbitrary arguments like `--remote` to podman
3. `artifacts: untracked: true` doesn't work without `paths` specified
4. commit-check job is skipped by default

Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
.gitignore
devel/ci-local.sh [new file with mode: 0755]