mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
I assume checkout is re-screwing the permissions
This commit is contained in:
parent
904a175be4
commit
b6233e0bef
@ -84,7 +84,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- "checkout"
|
||||
|
||||
- run:
|
||||
name: "Fix permissions"
|
||||
command: |
|
||||
chown --recursive nobody:nogroup /tmp/project
|
||||
- run: &SETUP_VIRTUALENV
|
||||
name: "Setup virtualenv"
|
||||
command: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user