From caa1adcb79f7e02e295be4baa9c90778252e8676 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sun, 24 Dec 2017 21:06:52 -0800 Subject: [PATCH] Change to koalaman/shellcheck-alpine based image. Shellcheck getsslD. --- .circleci/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 59f687b..7043a73 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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