From 9fe3a7324182dc34699ccd405b954f60413e6f91 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Mon, 25 Dec 2017 11:24:14 -0800 Subject: [PATCH] Add bats to base image and update circleci.yml --- .circleci/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ecb2089..f30ef0b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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