From 9048f1e48f71375dd4db25b6e9310b927b32517f Mon Sep 17 00:00:00 2001 From: Codex Date: Fri, 10 Jul 2026 04:09:25 +0200 Subject: [PATCH] fix: use stable pac step working directory --- .tekton/unidesk-host-pac.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/unidesk-host-pac.yaml b/.tekton/unidesk-host-pac.yaml index 3ec1fe05..fe8bcd36 100644 --- a/.tekton/unidesk-host-pac.yaml +++ b/.tekton/unidesk-host-pac.yaml @@ -71,7 +71,7 @@ spec: - name: image-build image: 127.0.0.1:5000/hwlab/buildkit:rootless imagePullPolicy: IfNotPresent - workingDir: /workspace/source + workingDir: /workspace env: - name: SOURCE_COMMIT value: "{{revision}}" @@ -94,7 +94,7 @@ spec: - name: gitops-publish image: 127.0.0.1:5000/hwlab/hwlab-ci-node-tools:node22-alpine-bun-v1 imagePullPolicy: IfNotPresent - workingDir: /workspace/source + workingDir: /workspace env: - name: SOURCE_COMMIT value: "{{revision}}"