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 f105e29 commit 94754a5Copy full SHA for 94754a5
Jenkinsfile
@@ -192,7 +192,7 @@ pipeline {
192
}
193
post {
194
always {
195
- //sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
+ sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
196
sh 'echo Reverting ownership'
197
sh 'docker run --rm -v $(pwd):/data ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /data'
198
0 commit comments