Skip to content

Commit

Permalink
Merge pull request influxdata#221 from influxdata/fix-ci
Browse files Browse the repository at this point in the history
chore(workflow): updating ci to use latest nightly
  • Loading branch information
mhall119 authored Jan 21, 2021
2 parents d53c9a9 + c5c4805 commit 83768d7
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/influxdb/releases/influxdb_2.0.0-beta.16_linux_amd64.tar.gz
tar xvfz influxdb_2.0.0-beta.16_linux_amd64.tar.gz
sudo cp influxdb_2.0.0-beta.16_linux_amd64/{influx,influxd} /usr/local/bin/
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/
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 83768d7

Please sign in to comment.