Merge branch 'develop' into wrap_proxies_hosts

This commit is contained in:
jc21 2019-10-10 09:42:36 +10:00 committed by GitHub
commit 8466866936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -354,7 +354,7 @@ pipeline {
always {
// Revert ownership
sh 'echo Reverting ownership'
sh 'docker run --rm -v ${CWD}:/project ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /project'
sh 'docker run --rm -v $(pwd):/project ${DOCKER_CI_TOOLS} chown -R $(id -u):$(id -g) /project'
}
}
}