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