jenkins: remove old root user permission fixes (#30684)

* Batman

* add debug stuff

* Revert that for now

* remove debug stuff
pull/30659/head^2
Justin Newberry 1 year ago committed by GitHub
parent 3a97bde863
commit c066fdd7a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

@ -92,10 +92,6 @@ def pcStage(String stageName, Closure body) {
docker.build("openpilot-base:build-${env.GIT_COMMIT}", "-f Dockerfile.openpilot_base .").inside(dockerArgs) {
timeout(time: 20, unit: 'MINUTES') {
try {
// TODO: remove these after all jenkins jobs are running as batman (merged with master)
sh "sudo chown -R batman:batman /tmp/scons_cache"
sh "sudo chown -R batman:batman /tmp/comma_download_cache"
sh "git config --global --add safe.directory '*'"
sh "git submodule update --init --recursive"
sh "git lfs pull"

Loading…
Cancel
Save