From 9ac7070e08a270db7d51c1ef4bba1ecca52648a7 Mon Sep 17 00:00:00 2001 From: Anatoly Yakovenko Date: Wed, 30 May 2018 12:39:33 -0700 Subject: [PATCH] fix ci --- ci/buildkite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 38ac87135e..3075f6791c 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -9,8 +9,8 @@ steps: name: "ignored [public]" - command: "ci/test-cuda.sh" name: "cuda" - - command: "ci/shellcheck.sh" - name: "shellcheck [public] || true" + - command: "ci/shellcheck.sh || true" + name: "shellcheck [public]" - wait - command: "ci/publish.sh" name: "publish release artifacts"