From bcc4bbb724dbcab855604f1dcb65f1988fe84af8 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 24 Jun 2024 14:47:43 -0400 Subject: [PATCH] typo in pipeline.yml which creates subdirectory in agent --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 492a4ce..e16b015 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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"