Add readme to explain project state

This commit is contained in:
antoine 2020-10-03 15:11:56 +00:00
父節點 8283da89b2
當前提交 cd0f3cfdd8
共有 1 個文件被更改,包括 5 次插入0 次删除

5
readme.md Normal file
查看文件

@ -0,0 +1,5 @@
# Gitlab runner gateway
This aims of this repository is to catch gitea webhook, parse .gitlab-ci.yml file and run some job with gitlab-runner from docker container. Some documentation about [gitlab-runner](./misc/doc-gitlab-runner.md)
This API could be compile with graalVM to native image see [Makefile](./Makefile)