Verigreen is a lightweight, server side solution for verification of git commits. It is a gated check-in process which will not allow any failed CI commit to go into an integration/release/any protected branch. We keep it green (hence the name).
Apache License 2.0
57
stars
19
forks
source link
fix for empty/missing environment variables (~%VAR% is not working) #56
Instead, comparing %VAR% to %^VAR%: %VAR% will print the value, or %VAR% is the variable is undefined %^VAR% will print the text %VAR%