-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI/CD] Add single version flag during bootstrap to fix version confl…
…icts (#341) * Add single version flag during bootstrap to fix version conflicts Signed-off-by: Ryan Liang <[email protected]> * Add the flag to build workflow too Signed-off-by: Ryan Liang <[email protected]> * Add the flag to build workflow too 2 Signed-off-by: Ryan Liang <[email protected]> --------- Signed-off-by: Ryan Liang <[email protected]>
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
- name: Bootstrap the plugin | ||
working-directory: OpenSearch-Dashboards/plugins/dashboards-visualizations | ||
run: yarn osd bootstrap | ||
run: yarn osd bootstrap --single-version=loose | ||
|
||
- name: Get list of changed files using GitHub Action | ||
uses: lots0logs/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters