Fix issue with awscli and image building
Todo: Requires some chore cleanup, lmk once rest of the things look good I'll update those
Fixes:
#56
#66
#73
#49
I've just tried this and got the error:
/usr/bin/helm: line 1: syntax error: unexpected ")"
YAML:
- name: 'Deploy'
uses: 'headout/helm@master'
with:
....etc
env:
KUBECONFIG_FILE: '${{ secrets.KUBECONFIG }}'
Any idea why that might be? It's on a self-hosted Github runner running on a rPi4
I've just tried this and got the error:
/usr/bin/helm: line 1: syntax error: unexpected ")"YAML:
- name: 'Deploy' uses: 'headout/helm@master' with: ....etc env: KUBECONFIG_FILE: '${{ secrets.KUBECONFIG }}'Any idea why that might be? It's on a self-hosted Github runner running on a rPi4
@TomHart can you turn on debug logs and send details? Looks like some syntactical error in helm command which might due to bad params
Btw have been using this at headout for past 2 months, works flawlessly.
Btw have been using this at headout for past 2 months, works flawlessly.
any reason why this pr is not merged? I am using @someshkoli fork also and it solved the awscli not found problem.