Skip to content

Commit

Permalink
Helm step run source from bash (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-kharin-codefresh authored Dec 12, 2022
1 parent df81731 commit 2760ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graduated/helm/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: step-type
version: '1.0'
metadata:
name: helm
version: 1.1.7
version: 1.1.8
title: Release a Helm chart
isPublic: true
description: Update or install a Helm chart.
Expand Down Expand Up @@ -214,7 +214,7 @@ spec:
[[- end -]]
[[ if .Arguments.commands ]]
commands:
- source /opt/bin/release_chart
- bash -c 'source /opt/bin/release_chart'
[[ range $arg := .Arguments.commands ]]
- '[[ $arg ]]'
[[ end ]]
Expand Down

0 comments on commit 2760ece

Please sign in to comment.