From acbe2f8558e89a8a369f68f71bd387f695e24c0e Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Fri, 17 May 2019 09:21:26 +0200 Subject: [PATCH] yml fix --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6904adc8..936bf5f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,8 +69,7 @@ R-release: - '*.Rcheck/*' expire_in: '1 month' cache: - when: always - key: "r350" + key: r350 paths: - installed_deps/ @@ -100,8 +99,7 @@ R-devel: - '*.Rcheck/*' expire_in: '1 month' cache: - when: always - key: "r360" + key: r360 paths: - installed_deps/ @@ -110,9 +108,10 @@ coverage: allow_failure: true when: on_success cache: - key: "r350" + key: r350 paths: - installed_deps/ + policy: pull # no uploading after run only: - premaster - master