From 6bb7d458affe601ed0eac7dd4fd029bae4d8735d Mon Sep 17 00:00:00 2001 From: Cievoloth Coca Date: Wed, 29 May 2019 20:26:50 +0000 Subject: [PATCH] separate by stages --- .circleci/config.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0c6f22f14..525b2c339 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,6 +10,11 @@ jobs: - /KR.*/ steps: # - run: yum -y install ssh - - run: yum -y install git - - checkout + - run: + name: Install dependecies and checkout + command: | + yum install -y git + checkout + cd /processmaker + pwd \ No newline at end of file