fix: exit on error
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-01-31 19:40:11 +01:00
parent 47eb4875c6
commit 351235efdd
2 changed files with 3 additions and 0 deletions

View File

@ -4,4 +4,5 @@ ARG HELM_VERSION
COPY install.sh /install.sh
RUN VERSION=${HELM_VERSION} /install.sh
ENTRYPOINT [ "/usr/bin/helm" ]