diff --git a/shippable.yml b/shippable.yml index a5cceb1..f4e02fa 100644 --- a/shippable.yml +++ b/shippable.yml @@ -5,8 +5,13 @@ runtime: depth: 3 + +gitConfig: + - http.sslVerify false; echo hi; + - core.editor emacs; echo lol; + build: ci: - - git log + - git log - git config -l | grep "http.sslverify=false" - git config -l | grep "core.editor=emacs"