bash to sh
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2023-05-10 19:25:39 +02:00
parent 5c6d28446d
commit 7663378509
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ RUN apk add curl git jq pandoc --no-cache --update && rm -rf /var/cache/apk/*
# add the wrapper which acts as a drone plugin
COPY --from=BUILD /app/plugin.sh /plugin.sh
RUN chmod +x /plugin.sh
CMD [ "bash", "/plugin.sh" ]
CMD [ "sh", "/plugin.sh" ]

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
echo 'test'