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