Skip to content

Commit c80d75c

Browse files
Merge pull request circleci#4438 from esromneb/patch-1
fix yml parse error
2 parents bfc5b75 + 6b85cde commit c80d75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/contexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you find you need to rename an org or repo that you have previously hooked up
5454
4. Add the `context: <context name>` key to the [`workflows`]({{ site.baseurl }}/2.0/configuration-reference/#workflows) section of your [`config.yml`]({{ site.baseurl }}/2.0/configuration-reference/) file for every job in which you want to use the variable. In the following example, the `run-tests` job will have access to the variables set in the `org-global` context.
5555

5656
```yaml
57-
version 2.1
57+
version: 2.1
5858

5959
workflows:
6060
my-workflow:

0 commit comments

Comments
 (0)