init
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user