mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
Resolving circle ci config issue.
This commit is contained in:
parent
6f81511bd4
commit
4d73cf47d2
1 changed files with 1 additions and 4 deletions
|
|
@ -1,13 +1,10 @@
|
|||
version: 2 # use CircleCI 2.0
|
||||
jobs: # a collection of steps
|
||||
build: # runs not using Workflows must have a `build` job as entry point
|
||||
working_directory: ~/ # directory where steps will run
|
||||
working_directory: /tmp # directory where steps will run
|
||||
docker: # run the steps with Docker
|
||||
- image: circleci/node:4.8.2 # ...with this image as the primary container; this is where all `steps` will run
|
||||
steps: # a collection of executable commands
|
||||
- run:
|
||||
name: file-permission
|
||||
command: 'chown -R $USER:$USER ~/'
|
||||
- checkout # special step to check out source code to working directory
|
||||
- run:
|
||||
name: update-npm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue