diff --git a/.circleci/config.yml b/.circleci/config.yml index 05d9b89..f92fdca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,9 +5,6 @@ jobs: - image: circleci/node:latest working_directory: ~/app steps: - - run: - name: Update and install SSH & Git - command: apk update && apk upgrade && apk add --no-cache bash git openssh - checkout - run: name: Install npm deployment app