Browse Source

Use CircleCi checkout command instead of manual clone

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

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

@ -11,13 +11,8 @@ jobs:
curl \
drill \
openssl
- run:
name: Clone getsslD repository
command: |
git clone https://github.com/dschaper/getsslD.git /bin/getsslD
- checkout
- run:
name: Test initial script run
environment:
- PATH: /bin/getsslD:$PATH
shell: /bin/ash
command: getsslD

Loading…
Cancel
Save