We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596375e commit 39fc9e5Copy full SHA for 39fc9e5
.github/workflows/verify-binary-installation.yml
@@ -2,7 +2,7 @@ name: 'Install Dashboards with Plugin via Binary'
2
3
on: [push, pull_request]
4
env:
5
- OPENSEARCH_VERSION: '3.0.0'
+ OPENSEARCH_VERSION: '2.14.0'
6
CI: 1
7
# avoid warnings like "tput: No value for $TERM and no -T specified"
8
TERM: xterm
@@ -51,4 +51,4 @@ jobs:
51
- name: Health check
52
run: |
53
timeout 300 bash -c 'while [[ "$(curl http://localhost:5601/api/status | jq -r '.status.overall.state')" != "green" ]]; do sleep 5; done'
54
- shell: bash
+ shell: bash
0 commit comments