Update config.yml#2
Conversation
|
Nice work getting this pull request opened! This pull request updates the All projects have different needs, ranging from standard unit tests to custom configuration. Regardless of the definition of "success" for your project, this is the place to define it. There isn't much in this file right now, but we're going to change that. We'll make a change to configure the build environment. Notice that this configuration file includes a Docker image to execute the build, defining the environment. There's also a CircleCI is only triggered by new commits. To trigger CircleCI, add the below text in place of the githubtraining/ci-custom:latestStep 3: Specify the Docker imageTo get the CI build to succeed, replace the placeholder text and commit the change. ⌨️ Activity: Select a specific configuration
I'll respond below with your next step.
|
| executors: | ||
| ci-executor: | ||
| docker: | ||
| - image: REPLACE-ME-WITH-DOCKER-IMAGE |
There was a problem hiding this comment.
| - image: REPLACE-ME-WITH-DOCKER-IMAGE | |
| - image: githubtraining/ci-custom:latest |
Change added