From ea994fc8ae9cd337f9c8376cee584ef976d5d9c4 Mon Sep 17 00:00:00 2001 From: Jens Preussner Date: Fri, 6 Jul 2018 15:46:06 +0200 Subject: [PATCH] Temporarily escaped ticks --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c1848dd..1eb5444 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,7 +1,7 @@ steps: - label: ":stopwatch: Running checks for Wilson" command: - - Rscript -e \'devtools::check()\' + - "Rscript -e \'devtools::check()\'" plugins: https://github.com/loosolab/conda-buildkite-plugin.git#master: