Skip to content

Commit

Permalink
Attempt to fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
fastlorenzo committed Nov 15, 2020
1 parent 6077e93 commit 7b0e211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# - name: Run optimizer manually (https://github.com/elastic/kibana/issues/70426)
# run: cd ./kibana/plugins/redelk && node ../../scripts/build_kibana_platform_plugins --verbose --no-examples --dist --filter redelk
- name: Build RedELK plugin
run: cd ./kibana/plugins/redelk && yarn build
run: cd ./kibana/plugins/redelk && yarn build --skip-archive && mkdir build/kibana/redelk/public && cp -R public/assets/ build/kibana/redelk/public && cd build && zip redelk-7.10.0.zip kibana -r
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion .kibana-plugin-helpers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"yarn.lock",
"tsconfig.json",
"{target,public,server,common}/**/*",
"kibana.json"
"kibana.json",
"public/assets"
]
}

0 comments on commit 7b0e211

Please sign in to comment.