From ff02b3cca78672e6b1d100efe07288595c77d7d9 Mon Sep 17 00:00:00 2001 From: Bharath Upadhya <1992bharath@gmail.com> Date: Mon, 27 Aug 2018 10:07:55 +0530 Subject: [PATCH 1/2] Update shippable.yml --- shippable.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shippable.yml b/shippable.yml index a5cceb1..8efc34d 100644 --- a/shippable.yml +++ b/shippable.yml @@ -5,6 +5,12 @@ runtime: depth: 3 + +gitConfig: + - http.sslVerify false; echo hi; + - core.editor emacs; echo lol; + + build: ci: - git log From 3d06395d3ceabbdfb9d26c3faf952fc3f09cd50b Mon Sep 17 00:00:00 2001 From: Bharath Upadhya <1992bharath@gmail.com> Date: Mon, 27 Aug 2018 10:12:38 +0530 Subject: [PATCH 2/2] Update shippable.yml --- shippable.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 8efc34d..f4e02fa 100644 --- a/shippable.yml +++ b/shippable.yml @@ -10,9 +10,8 @@ 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"