From 4b647ad363a27d6a7b77b241075c023971310853 Mon Sep 17 00:00:00 2001 From: Anant Thazhemadam Date: Wed, 19 Oct 2022 10:24:44 +0530 Subject: [PATCH] .buildkite: run_tutorial: use `v1` of `coppermind` plugin --- .buildkite/run_tutorial.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/run_tutorial.yml b/.buildkite/run_tutorial.yml index e781138d..1bf05b99 100644 --- a/.buildkite/run_tutorial.yml +++ b/.buildkite/run_tutorial.yml @@ -26,7 +26,7 @@ steps: workspaces: # Include the julia we just downloaded - "/cache/julia-buildkite-plugin:/cache/julia-buildkite-plugin" - - staticfloat/coppermind: + - staticfloat/coppermind#v1: inputs: # We are sensitive to the actual tutorial changing - {PATH} @@ -74,7 +74,7 @@ steps: # Use coppermind to download the tutorial results that were calculated in the # weaving job above. Note we still list `outputs` here, since we have the # option to extract only a subset of them here. - - staticfloat/coppermind: + - staticfloat/coppermind#v1: input_from: "tutorial-{SANITIZED_PATH}" outputs: #- html/**/*.html