Skip to content

Commit e012dd0

Browse files
committed
a
1 parent 26a45ef commit e012dd0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,7 @@ jobs:
5050
name: Run tests
5151
command: |
5252
cd revspotify
53-
sudo chmod 777 *
54-
sudo chmod 777 */*
55-
sudo chown -R $USER:$USER *
56-
sudo chown -R $USER:$USER */*
5753
pytest tests/test.py
58-
ls
59-
ls */*
6054
6155
# Invoke jobs via workflows
6256
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows

0 commit comments

Comments
 (0)