Browse Source

Copy the script to working directory and copy to path'd directory.

pull/340/head
Dan Schaper 8 years ago
parent
commit
cf91b0a49b
No known key found for this signature in database GPG Key ID: FFF1A1AD0113C344
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .circleci/config.yml

+ 2
- 1
.circleci/config.yml View File

@ -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


Loading…
Cancel
Save