Browse Source

Change to koalaman/shellcheck-alpine based image. Shellcheck getsslD.

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

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

@ -2,9 +2,10 @@ versio: 2
jobs:
build:
docker:
- image: djschaper/circleci:1.0-alpine3.7
- image: djschaper/circleci:1.1-alpine3.7sc
environment:
- CIRCLE_BRANCH: integration/circleci
shell: /bin/ash
working_directory: /srv/getsslD
steps:
- run:
@ -20,5 +21,7 @@ jobs:
command: cp /srv/getsslD/getsslD /bin/
- run:
name: Test initial script run
shell: /bin/ash
command: getsslD
- run:
name: Shellcheck getsslD
command: shellcheck /srv/getsslD/getsslD

Loading…
Cancel
Save