Skip to content

Commit

Permalink
[BUG] Fixing typo in integ test workflow (#236) (#237)
Browse files Browse the repository at this point in the history
* fixing typo in integ test workflow



* adding change to release notes



---------


(cherry picked from commit 17acc14)

Signed-off-by: Sean Li <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 11, 2023
1 parent 7a1b9b8 commit 695ea1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/remote-integ-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "OPENSEARCH_VERSION=$OPENSEARCH_VERSION" >> $GITHUB_ENV
echo "OPENSEARCH_DASHBOARDS_VERSION=$BRANCH_NAME" >> $GITHUB_ENV
echo "OPENSEARCH_DASHBOARDS_FTREPO_VERSION=$BRANCH_NAME" >> $GITHUB_ENV
echo "ANOMALY_DETECTION__PLUGIN_VERSION=$BRANCH_NAME" >> $GITHUB_ENV
echo "ANOMALY_DETECTION_PLUGIN_VERSION=$BRANCH_NAME" >> $GITHUB_ENV
echo "ANOMALY_DETECTION_VERSION=$MAJOR_VERSION.$MINOR_VERSION.0-SNAPSHOT" >> $GITHUB_ENV
shell: bash

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Compatible with OpenSearch 2.9.0


### Infrastructure
* [CI/CD] Rolling back to anomaly-detection for OS dependency in workflow ([#230](https://github.com/opensearch-project/dashboards-search-relevance/pull/230))
* [CI/CD] Rolling back to anomaly-detection for OS dependency in workflow ([#230](https://github.com/opensearch-project/dashboards-search-relevance/pull/230))([#236](https://github.com/opensearch-project/dashboards-search-relevance/pull/236))

0 comments on commit 695ea1c

Please sign in to comment.