Skip to content

Commit 2add648

Browse files
committed
Remove single quotes...
1 parent f943d29 commit 2add648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pipeline {
1717
environment {
1818
// we'll be one directory deep. this is a little brittle, but there's no clean way
1919
// to use $WORKSPACE here if it contains spaces it seems
20-
ATLAS_OPTS = "-Dmaven.repo.local='../maven-cache'"
20+
ATLAS_OPTS = "-Dmaven.repo.local=../maven-cache"
2121
}
2222

2323
steps {

0 commit comments

Comments
 (0)