Skip to content

Commit

Permalink
chore: use latest nightly (influxdata#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
russorat authored Feb 19, 2021
1 parent 3547048 commit 33d7394
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:

run: |
cd /tmp
wget https://dl.influxdata.com/platform/nightlies/influx_nightly_linux_amd64.tar.gz
tar xvfz influx_nightly_linux_amd64.tar.gz
sudo cp influx_nightly_linux_amd64/{influx,influxd} /usr/local/bin/
wget https://dl.influxdata.com/platform/nightlies/influxdb2_nightly_linux_amd64.tar.gz
tar xvfz influxdb2_nightly_linux_amd64.tar.gz
sudo cp influxdb2_nightly_linux_amd64/{influx,influxd} /usr/local/bin/
influxd --http-bind-address :8086 --reporting-disabled > /dev/null 2>&1 &
until curl -s http://localhost:8086/health; do sleep 1; done
influx setup --host http://localhost:8086 -f -b dummy -o influxdata -u ci_user -p password
Expand Down

0 comments on commit 33d7394

Please sign in to comment.