We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b97b0 commit 84b033eCopy full SHA for 84b033e
.circleci/config.yml
@@ -50,6 +50,13 @@ jobs:
50
- run:
51
name: Assert unique evolution numbers
52
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
60
61
name: Install frontend dependencies
62
command: docker-compose run -e PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true base yarn install --frozen-lockfile
0 commit comments