From 9be221209b94f0ff2ac611bf1d2a2d269a925e12 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 11 Jan 2026 15:27:05 -0600 Subject: [PATCH] change agent path --- .gitlab-ci.yml | 1 + .gitlab/agents/home-cluster-glab-agent/config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4892488f..66538910 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ stages: variables: DOCKER_BUILDKIT: 1 CI_BUILDX_ARCHS: "linux/amd64" + DOCKER_TLS_CERTDIR: "" workflow: auto_cancel: diff --git a/.gitlab/agents/home-cluster-glab-agent/config.yaml b/.gitlab/agents/home-cluster-glab-agent/config.yaml index 16f3c2a6..5fca8efe 100644 --- a/.gitlab/agents/home-cluster-glab-agent/config.yaml +++ b/.gitlab/agents/home-cluster-glab-agent/config.yaml @@ -1,10 +1,10 @@ ci_access: projects: - - id: graham/towerops + - id: towerops/towerops default_namespace: towerops user_access: access_as: agent: {} projects: - - id: graham/towerops + - id: towerops/towerops