Skip to content

Commit 0e96ad6

Browse files
author
Jamie Curnow
committed
Fix CI permissions, again
1 parent aa26f39 commit 0e96ad6

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
@@ -354,7 +354,7 @@ pipeline {
354354
always {
355355
// Revert ownership
356356
sh 'echo Reverting ownership'
357-
sh 'docker run --rm -v ${CWD}:/project ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /project'
357+
sh 'docker run --rm -v $(pwd):/project ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /project'
358358
}
359359
}
360360
}

0 commit comments

Comments
 (0)