init
This commit is contained in:
parent
c18a46821b
commit
c12178d4f2
@ -61,7 +61,7 @@ jobs:
|
||||
path: 'helms'
|
||||
- name: Deploy
|
||||
run: |
|
||||
pathToHelm='/helms/${{ github.event.inputs.repo_path }}'
|
||||
pathToHelm='./helms/${{ github.event.inputs.repo_path }}'
|
||||
releaseName=$(basename "$pathToHelm")
|
||||
echo "Release Name: $releaseName"
|
||||
helm upgrade --install "$releaseName" "$pathToHelm" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user