From 1c84d3ea3d33aa40883b4ee80d0a4071b88629f7 Mon Sep 17 00:00:00 2001 From: Cievoloth Coca Date: Wed, 29 May 2019 14:56:50 +0000 Subject: [PATCH] Install dependencies --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e4a05aefb..e41520021 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,5 +9,7 @@ jobs: # Only executed circleci for this branch - /KR.*/ steps: + - run yum -y install ssh + - run yum -y install git - checkout \ No newline at end of file