From 307efcd7fb4a9a5cc4b2ce6f7f8f1686efa32387 Mon Sep 17 00:00:00 2001 From: Jens Preussner Date: Thu, 19 Jul 2018 13:30:55 +0200 Subject: [PATCH] Reflected upstream changes --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index bf7beff..79d89b6 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,5 +5,7 @@ steps: - "R CMD check *tar.gz --as-cran" plugins: https://github.com/loosolab/conda-buildkite-plugin.git#master: + environment: .buildkite/environment.yml + update: true artifact_paths: - "wilson.Rcheck/*"