Possibly linux to [email protected]English • 13 days agoWhat CI/CD tools are you guys using? I have Forgejo but I need a simple way of running automation.message-square24fedilinkarrow-up156
arrow-up156message-squareWhat CI/CD tools are you guys using? I have Forgejo but I need a simple way of running automation.Possibly linux to [email protected]English • 13 days agomessage-square24fedilink
My current picks are Woodpecker CI and Forgejo runners. Anything else that’s lightweight and easy to manage?
minus-square@[email protected]linkfedilinkEnglish2•12 days agoStrange! Is it an issue with the setup or your woodpecker config file in the repo? Actioning on push is merely configuring steps after: when: - event: push branch: main
minus-squarePossibly linuxOPlinkfedilinkEnglish1•12 days agoI did that Nothing happens with a push. No logs or any activity. It is possible that it is just a bug
Strange! Is it an issue with the setup or your woodpecker config file in the repo? Actioning on push is merely configuring steps after:
I did that
Nothing happens with a push. No logs or any activity.
It is possible that it is just a bug