Skip to content

Commit

Permalink
Revert "Helm step: run source from bash" (#523)
Browse files Browse the repository at this point in the history
* Revert "Helm step run source from bash (#522)"

This reverts commit 2760ece.

* Update step.yaml
  • Loading branch information
vadim-kharin-codefresh authored Dec 12, 2022
1 parent 2760ece commit 921417e
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.8
version: 1.1.9
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:
- bash -c 'source /opt/bin/release_chart'
- source /opt/bin/release_chart
[[ range $arg := .Arguments.commands ]]
- '[[ $arg ]]'
[[ end ]]
Expand Down

0 comments on commit 921417e

Please sign in to comment.