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

Fix use of undefined var in Build::markAsStarted()
Author: xaizek
Author date (UTC): 2022-12-12 17:10
Committer name: xaizek
Committer date (UTC): 2022-12-12 17:10
Parent(s): a41d5a0f2684fd01033f76864d8444192cca2519
Signing key: 99DC5E4DB05F6BE2
Tree: ae4d2fd8d9239658de3ca036ea4c5d11ef344f79
File Lines added Lines deleted
classes/Build.php 1 1
File classes/Build.php changed (mode: 100644) (index 7ccef81..00a350f)
... ... class Build
134 134 . print_r(DB::errorInfo(), true)); . print_r(DB::errorInfo(), true));
135 135 } }
136 136
137 $this->status = $status;
137 $this->status = 'running';
138 138 } }
139 139
140 140 /** /**
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