Skip to content

Commit

Permalink
fix(workflow): add host to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
russorat authored Sep 14, 2020
1 parent 1381120 commit f443598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo cp influxdb_2.0.0-beta.16_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 -f -b dummy -o influxdata -u ci_user -p password
influx setup --host http://localhost:8086 -f -b dummy -o influxdata -u ci_user -p password
cd $GITHUB_WORKSPACE
find $GITHUB_WORKSPACE \( ! -path '*/.*' \) -type f -name "*.yml" -print0 | while read -d $'\0' file
do
Expand Down

0 comments on commit f443598

Please sign in to comment.