File tree 2 files changed +3
-3
lines changed
actions/install-dashboards
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 82
82
with :
83
83
timeout_minutes : 20
84
84
max_attempts : 2
85
- command : yarn --cwd OpenSearch-Dashboards osd bootstrap --oss
85
+ command : yarn --cwd OpenSearch-Dashboards osd bootstrap --oss --single-version=loose
Original file line number Diff line number Diff line change 92
92
npm i -g yarn@${{ steps.tool-versions.outputs.yarn_version }}
93
93
yarn cache clean
94
94
yarn add sha.js
95
- yarn osd bootstrap
95
+ yarn osd bootstrap --single-version=loose
96
96
scripts/use_node scripts/build
97
97
working-directory : OpenSearch-Dashboards
98
98
shell : bash
@@ -103,7 +103,7 @@ jobs:
103
103
104
104
- name : Install dependencies
105
105
run : |
106
- yarn osd bootstrap
106
+ yarn osd bootstrap --single-version=loose
107
107
working-directory : OpenSearch-Dashboards
108
108
shell : bash
109
109
You can’t perform that action at this time.
0 commit comments