circleci: Update

master v1.0.1.3
Jonatan Nilsson 2020-09-04 15:56:10 +00:00
parent 9ea4bd4f18
commit 869b9f8b2e
1 changed files with 0 additions and 3 deletions

View File

@ -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