build: Reverse order of helm cm-push arguments
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2023-07-11 09:38:41 +02:00
parent d6e01f3c23
commit ff42784426

View File

@ -52,8 +52,8 @@ steps:
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm
- | - |
helm cm-push \ helm cm-push \
spamasaurus \ json-server-*.tgz \
json-server-*.tgz spamasaurus
environment: environment:
GIT_APIKEY: GIT_APIKEY:
from_secret: git_apikey from_secret: git_apikey