We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7372319 commit d2688cfCopy full SHA for d2688cf
Jenkinsfile
@@ -221,7 +221,7 @@ pipeline {
221
}
222
post {
223
always {
224
- sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
+ sh 'docker-compose down --remove-orphans --volumes -t 30'
225
sh 'echo Reverting ownership'
226
sh 'docker run --rm -v $(pwd):/data jc21/ci-tools chown -R $(id -u):$(id -g) /data'
227
0 commit comments