Skip to content

Commit

Permalink
ci: use Ubuntu telegraf installation
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Jan 30, 2023
1 parent 81e208c commit e9ae295
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/bazel-ci.yml
Expand Up @@ -23,10 +23,6 @@ jobs:
- name: Install telegraf on Ubuntu
if: runner.os == 'Linux'
run: |
curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add -
source /etc/lsb-release
echo "deb https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
sudo apt-get update
sudo apt-get install -y telegraf
- name: Install telegraf on macOS
Expand Down

0 comments on commit e9ae295

Please sign in to comment.