From c00c97db7ca5d92ae4f386c5ed842d594981a182 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sun, 24 Dec 2017 20:05:30 -0800 Subject: [PATCH] Use CircleCi checkout command instead of manual clone --- .circleci/config.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c65ee6..3ac3b1f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,13 +11,8 @@ jobs: curl \ drill \ openssl - - run: - name: Clone getsslD repository - command: | - git clone https://github.com/dschaper/getsslD.git /bin/getsslD - + - checkout - run: name: Test initial script run - environment: - - PATH: /bin/getsslD:$PATH + shell: /bin/ash command: getsslD