Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .buildkite/run_tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down