August 2018
Intermediate to advanced
416 pages
12h 37m
English
The config command validates and updates the CircleCI configuration YML script:

Let us validate the configuration script in the functional-summer repo (https://github.com/packtci/functional-summer):

Let us look at the configuration script again:
version: 2jobs:build: docker: # specify the version you desire here - image: circleci/node:7.10 working_directory: ~/repo steps: - checkout - restore_cache: keys: - v1-dependencies-{{ ...
Read now
Unlock full access