Skip to content

Commit

Permalink
Temp: use mixin from git source for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Jan 25, 2022
1 parent 3bcd3a3 commit 6844e11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
if [ $(command -v apt-get) ]; then
sudo apt-get install -y git
else
sudo yum install -y git
fi
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ if Dir.exist?(logstash_path) && use_logstash_source
gem 'logstash-core', :path => "#{logstash_path}/logstash-core"
gem 'logstash-core-plugin-api', :path => "#{logstash_path}/logstash-core-plugin-api"
end

gem 'logstash-mixin-http_client', github: 'kares/logstash-mixin-http_client', ref: 'verify'

0 comments on commit 6844e11

Please sign in to comment.