This commit is contained in:
Anatoly Yakovenko
2018-05-30 12:39:33 -07:00
committed by Greg Fitzgerald
parent e44e81bd17
commit 9ac7070e08

View File

@ -9,8 +9,8 @@ steps:
name: "ignored [public]" name: "ignored [public]"
- command: "ci/test-cuda.sh" - command: "ci/test-cuda.sh"
name: "cuda" name: "cuda"
- command: "ci/shellcheck.sh" - command: "ci/shellcheck.sh || true"
name: "shellcheck [public] || true" name: "shellcheck [public]"
- wait - wait
- command: "ci/publish.sh" - command: "ci/publish.sh"
name: "publish release artifacts" name: "publish release artifacts"