From 52879716e94ba70e9117330948bda8993c601c6b Mon Sep 17 00:00:00 2001 From: Russtopia Date: Sun, 6 Aug 2023 08:29:15 -0700 Subject: [PATCH] Updated README.md with build status icon --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1908ca..7ce81a2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # bacillμs - A minimalist Build Automation/CI service +Last Build Status: ![CI status](https://bacillus.blitter.com/onPush-bacillus-build/lastStatusIcon) + bacillμs (**B**uild **A**utomation/**C**ontinuous **I**ntegration **L**ow-**L**inecount **μ**(micro)-**S**ervice) listens for HTTP GET or POST events, executing specified actions on receipt of matching endpoint requests. Use it to respond to webhooks from SCM managers such as github, gitlab, gogs.io, etc. or from wget or curl requests made from plain git commit hooks, or anything else one can think of.