From 59640e19a35251062b4945855a6db63313393595 Mon Sep 17 00:00:00 2001 From: John Carter Date: Sat, 16 Mar 2019 11:11:57 -0400 Subject: [PATCH] removing local maven repo as docker builder mount --- Jenkinsfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c163cc2..9917c7c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,10 +19,6 @@ simplePipelineWithInput( // local icloud dir for icloud drive publish '-v "$HOME/Library/Mobile Documents/com~apple~CloudDocs:/home/gradle/Library/Mobile Documents/com~apple~CloudDocs" ' + \ - // TODO: remove this - // local maven repo for testing SNAPSHOT versions - '-v $HOME/.m2:/home/gradle/.m2 ' + \ - // local AWS config and credentials '-v $HOME/.aws:/home/gradle/.aws ' + \