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

Use grey color for absent entry in the dashboard
Author: xaizek
Author date (UTC): 2017-07-03 10:39
Committer name: xaizek
Committer date (UTC): 2017-07-03 10:51
Parent(s): c91c22aafb94730066aed9c597aa1f781896af40
Signing key: 99DC5E4DB05F6BE2
Tree: 780f45efb99a19dba7786b977cd12adf3af8f964
File Lines added Lines deleted
style.css 1 1
File style.css changed (mode: 100644) (index b5e3452..8948f14)
... ... span.title
117 117 .build_absent .build_absent
118 118 { {
119 119 background-color: white; background-color: white;
120 color: black;
120 color: #666666;
121 121 } }
122 122
123 123 .build_pending .build_pending
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