Skip to content

Commit

Permalink
Update .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codyrancher authored Jun 14, 2022
1 parent 3d0d645 commit c2457fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
- cd plugins/opni-dashboards-plugin
- su -c "yarn install" osd
- su -c "yarn build" osd
- su -C "mv build/*.zip build/opni-dashboards-plugin-${DRONE_TAG/plugin-/}.zip" osd
- su -c "mv build/*.zip build/opni-dashboards-plugin-${DRONE_TAG/plugin-/}.zip" osd
- name: plugin-upload-zip
image: plugins/github-release
pull: always
Expand Down

0 comments on commit c2457fe

Please sign in to comment.