From 5e36b96aa19d19444b11b7111274965d035bf7c5 Mon Sep 17 00:00:00 2001 From: Cievoloth Coca Date: Wed, 29 May 2019 20:46:44 +0000 Subject: [PATCH] commit order --- .circleci/config.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 41781b0c1..f533e4d8f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,8 +14,10 @@ jobs: name: Install dependecies and checkout command: | yum install -y git - checkout - - run: - cd /processmaker - pwd + - run: checkout + - run: + name: swich folder + command: | + cd /processmaker + pwd \ No newline at end of file