Merge pull request #1638 from pikasTech/fix/unidesk-host-pac-cwd
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success
Pipelines as Code CI / unidesk-host- Success

修复 PaC 后续步骤失效工作目录
This commit is contained in:
Lyon
2026-07-10 10:10:45 +08:00
committed by GitHub
+2 -2
View File
@@ -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}}"