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 c2457fe commit a0b0c72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ steps:
- sed -i "s/{VERSION}/${DRONE_TAG/plugin-/}/g" package.json opensearch_dashboards.json
- name: plugin-build
image: node:10
commands:
commands:
# The reason for the user/su usage is because opensearch plugins disallow you
# from using root when building and by default we're executing as root
- printf "justauselesspword\njustauselesspword\ny\n" | adduser osd
- echo "y\n"
- usermod -aG sudo osd
Expand Down

0 comments on commit a0b0c72

Please sign in to comment.