Skip to content

Commit 2760ece

Browse files
Helm step run source from bash (#522)
1 parent df81731 commit 2760ece

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.7
5+
version: 1.1.8
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-
- source /opt/bin/release_chart
217+
- bash -c 'source /opt/bin/release_chart'
218218
[[ range $arg := .Arguments.commands ]]
219219
- '[[ $arg ]]'
220220
[[ end ]]

0 commit comments

Comments
 (0)