Skip to content

Commit 74e8ede

Browse files
author
Chris Park
committed
Typo
1 parent 6bfcd29 commit 74e8ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.examples

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ node {
1616
}
1717
stage("Run Examples") {
1818
withEnv(["API_KEY=${env.ROSETTE_API_KEY}", "ALT_URL=${env.BINDING_TEST_URL}"]) {
19-
def examplesDir = ${SOURCEDIR} + '/examples'
19+
def examplesDir = "${SOURCEDIR}" + '/examples'
2020
sh "docker run --rm -e API_KEY=${API_KEY} -e ALT_URL=${ALT_URL} -v ${examplesDir}:/source ${TEST_CONTAINER}"
2121
}
2222
}

0 commit comments

Comments
 (0)