Rename 7.10.2 -> 1.0.0 everywhere

Renaming caused breakages in API versioning code, so removed that part
because we will anyways be removing the whole Elastic API versioning
logic in near future.

Also removed unused variable in .github/workflows/integration.yml

Signed-off-by: Rushi Agrawal <[email protected]>
This commit is contained in:
Rushi Agrawal
2021-08-19 09:48:02 +05:30
parent ed73459f05
commit 3eac282c57
7 changed files with 6 additions and 51 deletions
+1 -2
View File
@@ -19,11 +19,10 @@ jobs:
strategy:
fail-fast: false
matrix:
stack_version: ['7.10.2']
cluster: ["opendistro", "opensearch"]
steps:
- name: Checkout
uses: actions/checkout@v2
- run: "./.ci/run-tests ${{ matrix.cluster }} "
name: Integ ${{ matrix.stack_version }} ${{ matrix.cluster }}
name: Integ ${{ matrix.cluster }}