-
Notifications
You must be signed in to change notification settings - Fork 275
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 some linter issues #286
Conversation
b743e8e
to
d8de71e
Compare
As you can see, i turned travis back on, it was changed somehow. I am also looking at the ansible galaxy thing, but boy did they screw that up. Docs wise i cannot find 1.2.3 on how to upload a new version. Would that not be the first thing you would document or at least mention in your new site ;) |
I'll tried to run the tests locally and for Linux they start to fail in a early stage. Should I have a look to fix the local tests? |
If possible. Should have enough credits on CI to do some tests. Presume some updates where made. Also the role update to galaxy seems broken.
Verzonden vanuit Outlook voor iOS<https://aka.ms/o0ukef>
…________________________________
Van: Günther Grill ***@***.***>
Verzonden: Monday, October 9, 2023 7:39:19 AM
Aan: riemers/ansible-gitlab-runner ***@***.***>
CC: Erik-jan Riemers ***@***.***>; Comment ***@***.***>
Onderwerp: Re: [riemers/ansible-gitlab-runner] Fix some linter issues (PR #286)
I'll tried to run the tests locally and for Linux they start to fail in a early stage. Should I have a look to fix the local tests?
—
Reply to this email directly, view it on GitHub<#286 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAFGQOORJQ67NX5DJTQ3JE3X6OEYPAVCNFSM6AAAAAA5WZ7PZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJSGM3TGOBWG4>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Also don't forget to slap your name somewhere since i really appreciate the work. |
name: 'Close stale issues and PRs' | ||
on: | ||
name: Close stale issues and PRs | ||
true: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not right and breaks the workflow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Outch. Mabe we can fix this with one of the next pull requests.
This are just the linter issues which could be fixed automated by
ansible-lint --write
but I thought it is already worth creating a PR because this is already quite comprehensive.