Skip to content

Commit

Permalink
removing local maven repo as docker builder mount
Browse files Browse the repository at this point in the history
  • Loading branch information
warlordofmars committed Mar 16, 2019
1 parent 5edc637 commit 59640e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' + \

Expand Down

0 comments on commit 59640e1

Please sign in to comment.