From 48637bfb5aea55cb5fbdec71fb3235716ed814eb Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sun, 24 Dec 2017 19:56:10 -0800 Subject: [PATCH] Clone getsslD repo and test script bare run. --- .circleci/config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0cc6a25..56118fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,3 +11,12 @@ jobs: curl \ drill \ openssl + - run: + name: Clone getsslD repository + command: | + git clone https://github.com/dschaper/getsslD.git /bin + + - run: + name: Test initial script run + environment: PATH=/bin:$PATH + command: getsslD