Skip to content

Commit

Permalink
chore: update nightly urls
Browse files Browse the repository at this point in the history
  • Loading branch information
russorat authored Mar 10, 2021
1 parent 33d7394 commit 2dadb22
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/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/
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 2dadb22

Please sign in to comment.