I assume checkout is re-screwing the permissions

This commit is contained in:
Jean-Paul Calderone 2019-04-04 12:09:35 -04:00
parent 904a175be4
commit b6233e0bef

View File

@ -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: |