We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d55ef commit baf6781Copy full SHA for baf6781
1 file changed
Jenkinsfile
@@ -10,7 +10,7 @@ node {
10
}
11
stage("Test with Docker") {
12
withEnv(["API_KEY=env.ROSETTE_API_KEY"]) {
13
- sh "docker run --rm -it -e API_KEY=${API_KEY} -v ${SOURCEDIR}:/source rosetteapi/docker-python"
+ sh "docker run --rm -e API_KEY=${API_KEY} -v ${SOURCEDIR}:/source rosetteapi/docker-python"
14
15
16
slack(true)
0 commit comments