mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Fix workdir perms for subsequent builds
This commit is contained in:
parent
ecbc41b622
commit
f76c9226c8
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -188,6 +188,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sh 'docker rmi $TEMP_IMAGE_ARM64'
|
sh 'docker rmi $TEMP_IMAGE_ARM64'
|
||||||
|
|
||||||
|
// Hack to clean up ec2 instance for next build
|
||||||
|
sh 'sudo chown -R ec2-user:ec2-user *'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user