Skip to content

Commit 921417e

Browse files
Revert "Helm step: run source from bash" (#523)
* Revert "Helm step run source from bash (#522)" This reverts commit 2760ece. * Update step.yaml
1 parent 2760ece commit 921417e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graduated/helm/step.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: step-type
22
version: '1.0'
33
metadata:
44
name: helm
5-
version: 1.1.8
5+
version: 1.1.9
66
title: Release a Helm chart
77
isPublic: true
88
description: Update or install a Helm chart.
@@ -214,7 +214,7 @@ spec:
214214
[[- end -]]
215215
[[ if .Arguments.commands ]]
216216
commands:
217-
- bash -c 'source /opt/bin/release_chart'
217+
- source /opt/bin/release_chart
218218
[[ range $arg := .Arguments.commands ]]
219219
- '[[ $arg ]]'
220220
[[ end ]]

0 commit comments

Comments
 (0)