helm icon indicating copy to clipboard operation
helm copied to clipboard

Fix issue with awscli and image building

Open someshkoli opened this issue 3 years ago • 4 comments

Todo: Requires some chore cleanup, lmk once rest of the things look good I'll update those

Fixes:
#56 #66 #73 #49

someshkoli avatar Aug 07 '22 17:08 someshkoli

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 avatar Sep 29 '22 21:09 TomHart

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

someshkoli avatar Sep 29 '22 22:09 someshkoli

Btw have been using this at headout for past 2 months, works flawlessly.

someshkoli avatar Sep 29 '22 22:09 someshkoli

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.

hinling-blisspoint avatar Apr 20 '23 17:04 hinling-blisspoint