From cf91b0a49b4e86cadd4c6f739a5e1efbaf98a03e Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sun, 24 Dec 2017 20:50:13 -0800 Subject: [PATCH] Copy the script to working directory and copy to path'd directory. --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dc330e5..59f687b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,6 +5,7 @@ jobs: - image: djschaper/circleci:1.0-alpine3.7 environment: - CIRCLE_BRANCH: integration/circleci + working_directory: /srv/getsslD steps: - run: name: Install Run Dependencies @@ -16,7 +17,7 @@ jobs: - checkout - run: name: Copy getsslD to path'd directory - command: cp $CIRCLE_WORKING_DIRECTORY/getsslD /bin/ + command: cp /srv/getsslD/getsslD /bin/ - run: name: Test initial script run shell: /bin/ash