Revert CI debug

This commit is contained in:
Jamie Curnow 2020-05-28 20:26:16 +10:00
parent f105e29e56
commit 94754a5cb3

2
Jenkinsfile vendored
View File

@ -192,7 +192,7 @@ pipeline {
} }
post { post {
always { always {
//sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30' sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
sh 'echo Reverting ownership' sh 'echo Reverting ownership'
sh 'docker run --rm -v $(pwd):/data ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /data' sh 'docker run --rm -v $(pwd):/data ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /data'
} }