From ce48381dafeaa6f9a1502121ae567143fe704b5b Mon Sep 17 00:00:00 2001 From: sami-alajrami Date: Sat, 21 Dec 2019 17:12:00 +0100 Subject: [PATCH] add openssh to the goreleaser image --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 95f0771a..c8037cbf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: steps: - run: name: install git - command: apk update && apk add --no-cache git + command: apk update && apk add --no-cache git openssh - checkout - run: name: release