chore: Remove installation of InfluxDB 2.0 OSS from CI job

Because it's now in the Docker image.
pull/24376/head
Carol (Nichols || Goulding) 2021-04-15 12:59:51 -04:00 committed by kodiakhq[bot]
parent 9cc5b1950a
commit 63fdab4628
1 changed files with 0 additions and 6 deletions

View File

@ -111,12 +111,6 @@ jobs:
RUSTFLAGS: "-C debuginfo=1"
steps:
- checkout
- run:
name: Install InfluxDB 2.0 OSS
command: |
curl -o influxdb2.tar.gz https://dl.influxdata.com/influxdb/releases/influxdb2-2.0.4-linux-amd64.tar.gz
tar xvzf influxdb2.tar.gz
sudo cp influxdb2-2.0.4-linux-amd64/{influx,influxd} /usr/local/bin/
- rust_components
- cache_restore
- run: