Skip to content

Commit e2e3109

Browse files
committed
Fix CI, no var needed for this
1 parent bb5fc58 commit e2e3109

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
@@ -222,7 +222,7 @@ pipeline {
222222
always {
223223
sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
224224
sh 'echo Reverting ownership'
225-
sh 'docker run --rm -v $(pwd):/data ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /data'
225+
sh 'docker run --rm -v $(pwd):/data jc21/ci-tools chown -R $(id -u):$(id -g) /data'
226226
}
227227
success {
228228
juxtapose event: 'success'

0 commit comments

Comments
 (0)