Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into opendistro-1.13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcui1225 committed Feb 5, 2021
2 parents f3f0e8b + a9e9185 commit e5bf4ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sql-cli-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
renamed_wheel=`echo $wheel | sed 's/_/-/g'`
mv "$wheel" "$renamed_wheel"
wheel=`ls ./dist/*.whl`
# Inject the build number before the suffix
tarball_outfile=`basename ${tarball%.tar.gz}-build-${GITHUB_RUN_NUMBER}.tar.gz`
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sql-workbench-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: |
cd kibana/plugins/workbench
yarn build
mv ./build/*.zip ./build/${{ env.PLUGIN_NAME }}-${{ env.OD_VERSION }}.zip
- name: Upload to S3
shell: bash
Expand Down

0 comments on commit e5bf4ec

Please sign in to comment.