Resolving circle ci config issue.

This commit is contained in:
patelravi 2019-02-05 16:42:31 +05:30
parent ac004f5812
commit cee782bb17

View file

@ -1,7 +1,7 @@
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: /tmp # directory where steps will run
working_directory: ~/src # 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