Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with awscli and image building #74

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

someshkoli
Copy link

@someshkoli someshkoli commented Aug 7, 2022

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

Fixes:
#56
#66
#73
#49

glopezep and others added 12 commits January 24, 2022 08:39
Signed-off-by: Somesh Koli <somesh.koli@headout.com>
Signed-off-by: Somesh Koli <somesh.koli@headout.com>
Signed-off-by: Somesh Koli <somesh.koli@headout.com>
Signed-off-by: Somesh Koli <somesh.koli@headout.com>
Signed-off-by: Somesh Koli <somesh.koli@headout.com>
Signed-off-by: Somesh Koli <somesh.koli@headout.com>
Signed-off-by: Somesh Koli <somesh.koli@headout.com>
@TomHart
Copy link

TomHart commented Sep 29, 2022

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

@someshkoli
Copy link
Author

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
Copy link
Author

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

@hinling-blisspoint
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants