xaizek / fragile (License: AGPLv3+) (since 2018-12-07)
Simple lightweight CI, attempting to be somewhat Unix-like in its philosophy.
Commit 94e898ce521d9fc9250e3357de4875b68a408e31

Dim down green and red colors a bit
Author: xaizek
Author date (UTC): 2025-06-28 16:33
Committer name: xaizek
Committer date (UTC): 2025-06-28 16:33
Parent(s): 47a24aeaaa8714a78d18df804e78ad146bd0ec94
Signing key: 99DC5E4DB05F6BE2
Tree: d9c616410a13002bb5dd3c3e5543c1fae87d3a00
File Lines added Lines deleted
style.css 2 2
File style.css changed (mode: 100644) (index 224f36b..492eef5)
... ... span.title
144 144
145 145 .build_success .build_success
146 146 { {
147 background-color: #71D964;
147 background-color: #81D974;
148 148 } }
149 149
150 150 .build_failure .build_failure
151 151 { {
152 background-color: #F03E41;
152 background-color: #D85E51;
153 153 } }
154 154
155 155 .build_error .build_error
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/fragile

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/fragile

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master