Skip to content

Commit

Permalink
Removed -it flag from docker command because it's not running in a te…
Browse files Browse the repository at this point in the history
…rminal
  • Loading branch information
jredbeard committed Jan 2, 2017
1 parent 1dcc9b8 commit 1ba0556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciscripts/buildscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ fi
sudo docker build -t=$IMAGE_NAME .
sudo docker login --username=$DOCKER_USER --password=$DOCKER_PASS
sudo docker push $IMAGE_NAME
sudo docker run -it --rm -v /var/jenkins_home:/var/jenkins $IMAGE_NAME cp -r /var/cobertura /var/jenkins
sudo docker run --rm -v /var/jenkins_home:/var/jenkins $IMAGE_NAME cp -r /var/cobertura /var/jenkins

0 comments on commit 1ba0556

Please sign in to comment.