Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco authored Apr 11, 2024
1 parent f2a8541 commit 4ade833
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,10 @@ runs:
for branch in ${branches[@]};
do
echo "helm uninstall $branch -n ${{ inputs.namespace }} "
array=${{ inputs.release-names-array }}
for r in ${array[@]};
do
release_name=$r-$branch
echo "helm uninstall -n ${ inputs.namespace } $release_name"
done
done

0 comments on commit 4ade833

Please sign in to comment.