Skip to content

Commit 84b033e

Browse files
committed
debug permissions
1 parent 99b97b0 commit 84b033e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ jobs:
5050
- run:
5151
name: Assert unique evolution numbers
5252
command: tools/postgres/assert_unique_evolution_numbers.sh
53+
- run:
54+
name: Test permissions
55+
command: |
56+
ls -lisah /home/circleci/webknossos
57+
mkdir /home/circleci/webknossos/node_modules
58+
rmdir /home/circleci/webknossos/node_modules
59+
ls -lisah /home/circleci/webknossos
5360
- run:
5461
name: Install frontend dependencies
5562
command: docker-compose run -e PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true base yarn install --frozen-lockfile

0 commit comments

Comments
 (0)