Browse Source

Add bats to base image and update circleci.yml

pull/340/head
Dan Schaper 8 years ago
parent
commit
9fe3a73241
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,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: djschaper/circleci:1.1-alpine3.7sc
- image: djschaper/circleci:1.2-alpine3.7scb
environment:
- CIRCLE_BRANCH: integration/circleci
shell: /bin/ash
@ -21,7 +21,10 @@ jobs:
command: cp /srv/getsslD/getsslD /bin/
- run:
name: Test initial script run
command: getsslD
command: getsslD --help
- run:
name: Shellcheck getsslD
command: shellcheck /srv/getsslD/getsslD
- run:
name: Check for bats executable
command: bats -h

Loading…
Cancel
Save