| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Makes sense!
Could you please update dist/cleanup.js as well by running npm run build?
Sorry, something went wrong.
Thanks for the gentle reminder @mpdude. Updated via docker using: $ docker run \
--interactive \
--rm \
--tty \
--volume ${PWD}:/var/task \
--workdir /var/task \
node:16-buster \
sh -c 'yarn install && npm run build'
Please advise if the update looks incorrect or if you'd like me to use a different version of node or run a modified command. |
Sorry, something went wrong.
|
@mpdude Is there anything else blocking this? |
Sorry, something went wrong.
|
I'd love to see this PR released. I've got self-hosted runners with tons of ssh-agent processes hanging around. This fixes it nicely. |
Sorry, something went wrong.
|
Gentle bump on this PR being merged. This would really help with the cleanup of the ssh-agent processes running in the context of non-containerised environments! |
Sorry, something went wrong.
|
@mpdude, I've rebased my branch from upstream and re-run/updated the dist/ folder. $ docker run \
--interactive \
--rm \
--tty \
--volume ${PWD}:/var/task \
--workdir /var/task \
node:20-buster \
sh -c 'npm install -g npm@10.5.0 && yarn install && NODE_OPTIONS=--openssl-legacy-provider npm run build'
Like others above, I'd love to get this into a release. |
Sorry, something went wrong.
|
Also would love to see this one in for our self hosted runners. |
Sorry, something went wrong.
|
Hi guys, I would love to see this one merged also 🙏 🙏 |
Sorry, something went wrong.
|
pls merge this pr @mpdude |
Sorry, something went wrong.
|
Have this warning in Post Loads private SSH key as well on Github hosted runners. If this PR fixes it, would love to see it merged Stopping SSH agent
The "file" argument must be of type string. Received undefined
Error stopping the SSH agent, proceeding anyway |
Sorry, something went wrong.
|
y u no merge dis? 😄 |
Sorry, something went wrong.
|
🙏 please merge this PR |
Sorry, something went wrong.
|
@mpdude It'd be nice to see this merged. Anything the community can do to help? |
Sorry, something went wrong.
Bring `post` actions step into consistency with `main` for changes introduced in webfactory#154 Without this change, `sshAgentCmd` is undefined when passed to `execFileSync()` during `cleanup` and `post` is never successful.
Actual command:
$ docker run \
--interactive \
--rm \
--tty \
--volume ${PWD}:/var/task \
--workdir /var/task \
node:20-buster \
sh -c 'npm install -g npm@10.5.0 && yarn install && NODE_OPTIONS=--openssl-legacy-provider npm run build'
|
does anyone have a stable fork with this fix? |
Sorry, something went wrong.
|
@mpdude Hi, I hope you're doing well and I really hope this doesn't bother you, but are there any plans to merge this fix? |
Sorry, something went wrong.
|
Hi everyone! What's missing for this PR to be merged? Is there anything to help? |
Sorry, something went wrong.
|
Thanks for the contribution :) We looked through your PR and just merged a refactored version with #235. |
Sorry, something went wrong.
* Update CHANGELOG.md * Acknowledge custom command inputs in cleanup.js (webfactory#235) Refactored version of webfactory#183. Fixes: webfactory#208 * Improve documentation on why we use os.userInfo() (use correct syscall name) Co-authored-by: Matthias Pigulla <mp@webfactory.de> * Release v0.9.1 * use node24 (webfactory#243) Node v20 is going to be EOL in April 2026 -- https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ Resolves webfactory#242 --------- Co-authored-by: Jano Paetzold <jep@webfactory.de> Co-authored-by: Matthias Pigulla <mp@webfactory.de> Co-authored-by: James McGonegal <11491046+jimmymcpeter@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Bring post action step into consistency with main for changes introduced in #154.
Without this change, sshAgentCmd is undefined when passed to execFileSync() during cleanup and post is never successful.
Post job cleanup consistently showing:
Also add entries to the CHANGELOG, detailing v0.8.0 and v0.9.0 releases.
Fixes: #208
Fixes: #211