Browse Source
Use CircleCi checkout command instead of manual clone
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
2 additions and
7 deletions
-
.circleci/config.yml
|
|
@ -11,13 +11,8 @@ jobs: |
|
|
curl \ |
|
|
curl \ |
|
|
drill \ |
|
|
drill \ |
|
|
openssl |
|
|
openssl |
|
|
- run: |
|
|
|
|
|
name: Clone getsslD repository |
|
|
|
|
|
command: | |
|
|
|
|
|
git clone https://github.com/dschaper/getsslD.git /bin/getsslD |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- checkout |
|
|
- run: |
|
|
- run: |
|
|
name: Test initial script run |
|
|
name: Test initial script run |
|
|
environment: |
|
|
|
|
|
- PATH: /bin/getsslD:$PATH |
|
|
|
|
|
|
|
|
shell: /bin/ash |
|
|
command: getsslD |
|
|
command: getsslD |