A daemon that connects to a Forgejo instance and runs jobs for continuous integration. The installation and usage instructions are part of the Forgejo documentation https://forgejo.org/docs/next/admin/actions/
Find a file
Dan Sosedoff fa888ff84c Capture errors from docker log output
- Refactored logDockerResponse function to remove extra if-else nesting
- logDockerResponse func now returns an error if error was detected from the log stream
- logDockerResponse will check for msg.ErrorDetail.Message and bail if there's an error
2019-03-01 21:16:43 -06:00
.github resolve issues with release action 2019-02-07 09:50:30 -08:00
actions Add flag to skip pulling images already present 2019-02-18 21:12:35 -08:00
cmd Add flag to skip pulling images already present 2019-02-18 21:12:35 -08:00
common Add extra test cases for testing git slugs 2019-02-14 14:35:02 -06:00
container Capture errors from docker log output 2019-03-01 21:16:43 -06:00
vendor --watch 2019-02-09 20:39:09 -06:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00