Skip to content

Commit

Permalink
typo in pipeline.yml which creates subdirectory in agent
Browse files Browse the repository at this point in the history
  • Loading branch information
quffaro committed Jun 24, 2024
1 parent 448dd5b commit bcc4bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:

- label: ":scroll: Build docs and run tests"
env:
JULIA_DEPOT_PATH: "$GATAS_HOME/$BUILDKITE_AGENT_NAME"
JULIA_DEPOT_PATH: "$GATAS_HOME"
JULIA_PROJECT: "docs/"
command:
- "srun --cpus-per-task=16 --mem=64G --time=1:00:00 --output=.buildkite/build_%j.log --unbuffered .buildkite/jobscript.sh"
Expand Down

0 comments on commit bcc4bbb

Please sign in to comment.