From b6233e0bef3a20e44164fe3705965d6596227cb2 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 4 Apr 2019 12:09:35 -0400 Subject: [PATCH] I assume checkout is re-screwing the permissions --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ccfcaa838..276681579 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |