Run ignored build step in docker

This commit is contained in:
Grimes 2018-05-26 09:21:01 -07:00
parent 58c1589688
commit 25c0b44641
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ steps:
user: "998:997" # buildkite-agent:buildkite-agent
- command: "ci/test-ignored.sh || true"
label: "ignored - FAILURES IGNORED [public]"
plugins:
docker#v1.1.1:
image: "rust"
user: "998:997" # buildkite-agent:buildkite-agent
- command: "ci/test-cuda.sh"
label: "cuda"
- wait