Skip to content

Commit 23085db

Browse files
committed
ci(distribution): fix acceptance runner temp path
Plan: .omo/plans/baota-ai-ops-control-plane.md
1 parent 86f5667 commit 23085db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-compose-acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 25
1717
env:
1818
COMPOSE_PROJECT_NAME: siteops-acceptance-${{ github.run_id }}
19-
ACCEPTANCE_DIR: ${{ runner.temp }}/siteops-acceptance
19+
ACCEPTANCE_DIR: /tmp/siteops-acceptance-${{ github.run_id }}
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)