From db1abcb7e002fe7d25f16432c9630008a4c68882 Mon Sep 17 00:00:00 2001 From: MiltonPM Date: Mon, 10 Jun 2019 13:28:07 -0400 Subject: [PATCH] Fix indention --- .circleci/config.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 320b45f90..434e4b99e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,20 +1,20 @@ version: 2 jobs: - build: - docker: - - image: devopsstacks/pm:n225-phpunit - working_directory: ~/processmaker - branches: - only: + build: + working_directory: ~/processmaker + docker: + - image: devopsstacks/pm:n225-phpunit + branches: + only: # Only executed circleci for this branch - - /KR.*/ - steps: - # - run: yum -y install ssh - - run: yum install -y git - - checkout: - - run: - name: swich folder - command: | - cd /processmaker - pwd - \ No newline at end of file + - /KR.*/ + steps: + #- run: yum install -y git + - checkout + - run: yum install -y git + - checkout + - run: + name: swich folder + command: | + cd /processmaker + pwd \ No newline at end of file