Skip to content

Commit

Permalink
Revert Kibana snapshot fix
Browse files Browse the repository at this point in the history
In elastic#10516 a temporary fix for the Kibana snapshots was introduced. This reverts this change to bring back CI to the standard Snapshot builds.
  • Loading branch information
ruflin committed Feb 4, 2019
1 parent 4e3c0fb commit fd21592
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions testing/environments/kibana.yml

This file was deleted.

4 changes: 0 additions & 4 deletions testing/environments/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,3 @@ services:
test: ["CMD-SHELL", 'python -c ''import urllib, json; response = urllib.urlopen("http://localhost:5601/api/status"); data = json.loads(response.read()); exit(1) if data["status"]["overall"]["state"] != "green" else exit(0);''']
retries: 600
interval: 1s
volumes:
- ./kibana.yml:/usr/share/kibana/config/kibana.yml


0 comments on commit fd21592

Please sign in to comment.