2.0 Project Tutorial - CircleCI - 0 views
-
The .circleci/config.yml file may be comprised of several Jobs.
-
a job is comprised of several Steps
-
which are commands that execute in the container that is defined in the first image: key in the file. This first image is also referred to as the primary container.
- ...5 more annotations...