From b2cc065ec36de87c66d0aff46bc2a348df4e465a Mon Sep 17 00:00:00 2001 From: Cievoloth Coca Date: Wed, 29 May 2019 20:43:28 +0000 Subject: [PATCH] more order --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c24fc1e56..41781b0c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,8 +13,8 @@ jobs: - run: name: Install dependecies and checkout command: | - yum install -y git - checkout + yum install -y git + checkout - run: cd /processmaker pwd