fix: ci/cd checkout issue #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ironic that the first issue in my CV project - part of which states that I'm good with CI/CD - is a CI/CD issue...
Here's my logs for future issue-solving reference T.T:
I got past the initial total blocker by adding:
container.options: "--add-host=git.c0mpl3x.one:<rootful-podman-interface>"(that interface addr. being10.88.0.1for me).Since the problem appeared to be (among other things), that the rootless podman cannot communicate with the rootful podman.
Issue evolved into an action-specific issue, I'd presume:
As is stands, it fails on Install Nix (the step after Checking out repository)
There are now more errors, after upgrading!
Well, if I would've read the README of nix-quick-install-action, I would've know that self-hosted runners are not supported...
Now that I've figured out the error, maybe try: cachix/install-nix-action again...
That worked out!
Lastly, I'm missing the name parameter...
Let's check the action repo...
Found the corresponding issue even!
And thus, this entire issue is resolved in
bf2a7115db.It only took me 11 commits >.<. Starting from
2ce536713f(not included).