5
netikras
29d

It's really fun to not have access to the CI backend and keep only troubleshooting build crashes through a CI that takes 15min to run until it crashes :)))

1 diagnostic command == 1 pipeline run
1 typo == another run :)

it's been 2 sprints now. Still no luck

Comments
  • 2
    Add a reverse shell and debug in prod
  • 0
    yeah, I think at some point I'll just `apt update && apt install openssh-client openssh-server && ssh my-domain.com -R localhost:9922:localhost:22 sleep inf` and do it all my way. As I always do...
Add Comment