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
Create parent directory for symlink
  • Loading branch information
jupenur committed May 26, 2020
commit 4d51c0a2b3271f2b2427480293e7fd0f124cb6fa
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
- checkout
- run:
name: Link dependency cache
command: sudo ln -s ~/mattermost/mattermost-webapp /root/mattermost/mattermost-webapp; sudo chmod 777 /root
command: |
sudo mkdir /root/mattermost
sudo ln -s ~/mattermost/mattermost-webapp /root/mattermost/mattermost-webapp; sudo chmod 777 /root
- *restore_cache
- run:
name: Adjust permissions
Expand Down