Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

MM-23524: Integrate Dependency-Check to CircleCI #5375

Merged
merged 11 commits into from
May 26, 2020
Prev Previous commit
Next Next commit
Fix cache directory
  • Loading branch information
jupenur committed Apr 22, 2020
commit e85b015e498729afd7324c59a9aebf1265e4085f
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- checkout
- run:
name: Link dependency cache
command: sudo ln -s ~/mattermost/mattermost-webapp /root/mattermost-webapp
command: sudo ln -s ~/mattermost/mattermost-webapp /root/mattermost-webapp; sudo chmod 777 /root
- *restore_cache
- run:
name: Adjust permissions
command: sudo chown -R `whoami` node_modules
command: sudo chown -R `id -nu`:`id -ng` node_modules
- run:
name: Checkout config
command: cd .. && git clone https://github.com/mattermost/security-automation-config
Expand Down