Skip to content

Commit

Permalink
apm-ui: location was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Feb 21, 2020
1 parent 7ec7ccf commit c5810ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ BRANCH=${2:-master}
echo "Cloning Kibana: $OWNER:$BRANCH"

cd ./tmp
git clone --depth 1 -b $BRANCH https://github.com/$OWNER/kibana.git
mv ./kibana/x-pack/legacy/plugins/apm/typings/es_schemas ./apm-ui-interfaces
git clone --quiet --depth 1 -b $BRANCH https://github.com/$OWNER/kibana.git
mv ./kibana/x-pack/plugins/apm/typings/es_schemas ./apm-ui-interfaces
rm -rf kibana

0 comments on commit c5810ff

Please sign in to comment.