From b5e1e5105c03b38823ef00f52644e100d87686db Mon Sep 17 00:00:00 2001 From: Jens Preussner Date: Fri, 6 Jul 2018 15:57:07 +0200 Subject: [PATCH] Removed escaped ticks --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 1eb5444..f0d58c0 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: