Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Grünewaldt authored Jan 7, 2017
1 parent 06d2224 commit 24b1716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ In your `Jenkinsfile` set permissions at start.
stage('Build') {
sh 'chgrp -R dockerworker ${WORKSPACE}'
sh 'chmod -R g+w ${WORKSPACE}'
   sh "docker run --tty -v ${WORKSPACE}/:/icons/ codeclou/docker-xml-and-svg-tools:latest bash /icons/jenkins-convert-icons.sh"
   sh "docker run --rm --tty -v ${WORKSPACE}/:/icons/ codeclou/docker-xml-and-svg-tools:latest bash /icons/jenkins-convert-icons.sh"
}
```

Expand Down

0 comments on commit 24b1716

Please sign in to comment.