Skip to content

Commit

Permalink
fix missing docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed Dec 13, 2024
1 parent 6b5b030 commit 268861a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/buildkite-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ all_test_steps() {
^ci/rust-version.sh \
^ci/test-docs.sh \
; then
docker_command_step doctest "ci/test-docs.sh" 15
docker_command_step doctest "ci/test-docs.sh" $rust_nightly_docker_image 15
else
annotate --style info --context test-docs \
"Docs skipped as no .rs files were modified"
Expand Down

0 comments on commit 268861a

Please sign in to comment.