From f1379a37465642c0956aa9826d350e255b6275da Mon Sep 17 00:00:00 2001 From: Suwako Moriya Date: Sun, 26 Apr 2020 18:26:31 +0200 Subject: [PATCH] Trying to get the cache to work --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3a9ca99..3b337b0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent { dockerfile { - args "-u root -v $HOME/.cache/pipenv:/root/.cache/pipenv" + args '-u root -v $HOME/.cache/pipenv:/root/.cache/pipenv' } } environment {