Skip to content

Commit 02a1105

Browse files
committed
Fix HALIDE_BB_MASTER_ARTIFACTS_DIR
1 parent 335c492 commit 02a1105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
volumes:
99
- buildbot-db:/buildbot/master/db
1010
- buildbot-gitpoller:/buildbot/master/gitpoller-llvm-workdir
11-
- ${HALIDE_BB_ARTIFACTS_DIR:-./data/artifacts}:/artifacts
11+
- ${HALIDE_BB_MASTER_ARTIFACTS_DIR:-./data/artifacts}:/artifacts
1212
secrets:
1313
- github_token.txt
1414
- halide_bb_pass.txt
@@ -29,7 +29,7 @@ services:
2929
- ./Caddyfile:/etc/caddy/Caddyfile:ro
3030
- caddy-data:/data
3131
- caddy-config:/config
32-
- ${HALIDE_BB_ARTIFACTS_DIR:-./data/artifacts}:/artifacts:ro
32+
- ${HALIDE_BB_MASTER_ARTIFACTS_DIR:-./data/artifacts}:/artifacts:ro
3333
restart: unless-stopped
3434

3535
volumes:

0 commit comments

Comments
 (0)