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