Browse Source

Clone getsslD repo and test script bare run.

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

+ 9
- 0
.circleci/config.yml View File

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

Loading…
Cancel
Save