Browse Source
Clone getsslD repo and test script bare run.
pull/340/head
Dan Schaper
8 years ago
No known key found for this signature in database
GPG Key ID: FFF1A1AD0113C344
1 changed files with
9 additions and
0 deletions
-
.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 |