circleci: Update
This commit is contained in:
parent
9ea4bd4f18
commit
869b9f8b2e
1 changed files with 0 additions and 3 deletions
|
@ -5,9 +5,6 @@ jobs:
|
||||||
- image: circleci/node:latest
|
- image: circleci/node:latest
|
||||||
working_directory: ~/app
|
working_directory: ~/app
|
||||||
steps:
|
steps:
|
||||||
- run:
|
|
||||||
name: Update and install SSH & Git
|
|
||||||
command: apk update && apk upgrade && apk add --no-cache bash git openssh
|
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Install npm deployment app
|
name: Install npm deployment app
|
||||||
|
|
Loading…
Reference in a new issue