Skip to content

Commit 94754a5

Browse files
committed
Revert CI debug
1 parent f105e29 commit 94754a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ pipeline {
192192
}
193193
post {
194194
always {
195-
//sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
195+
sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
196196
sh 'echo Reverting ownership'
197197
sh 'docker run --rm -v $(pwd):/data ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /data'
198198
}

0 commit comments

Comments
 (0)