Skip to content

Commit

Permalink
Fixes #13308: Missing mkdir in parent
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Aug 27, 2018
1 parent a406ffc commit 58650a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reference/dependencies/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ plugins: rudder-plugins-repo rudder-plugins-private-repo
cd rudder-plugins-private-repo && git pull && make clean && make doc
cd rudder-plugins-repo && git checkout branches/rudder/$(RUDDER_VERSION) 2>/dev/null || git checkout master
cd rudder-plugins-repo && git pull && make clean && make doc
rm -rf plugins && mkdir -p plugins/
cp -r rudder-plugins-repo/doc/* plugins/
cp -r rudder-plugins-private-repo/doc/* plugins/

Expand Down

0 comments on commit 58650a6

Please sign in to comment.