From c8a8fc56f8b80ded4d5c126e955ca278996d771b Mon Sep 17 00:00:00 2001 From: Shadowbroker <43977454+BigBodyCobain@users.noreply.github.com> Date: Mon, 25 May 2026 01:54:08 -0600 Subject: [PATCH] chore(ci): bump comment in .gitlab-ci.yml to verify post-verification runner allocation (#329) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pipelines on the GitLab mirror have been instant-failing with 0 jobs and no started_at since the project was created — classic "shared runners not allocated to unverified free-tier accounts" pattern. The account is now identity-verified; this trivial comment bump exists solely to fire a fresh pipeline that confirms runners now pick up the build-backend and build-frontend jobs. If the resulting pipeline produces real jobs that build the multi-arch images and push them to registry.gitlab.com/bigbodycobain/shadowbroker/{backend,frontend}, the GitLab install path is at full parity with the GitHub one. Co-authored-by: Claude Opus 4.7 --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95b7505..ec50f0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,10 @@ # 2. Reverse-mirrors main back to GitHub (only if commits land directly # on GitLab) so the two sources stay in sync. # +# Pipelines on this repo were instant-failing for free-tier accounts until +# identity verification was added — the May 2026 bump in this comment is +# the marker commit that confirms runner allocation after verification. +# # Auth notes: # - The image build/push uses $CI_JOB_TOKEN, which GitLab provides # automatically. No credentials need to be configured.