You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jekyll/_cci2/configuration-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ working_directory | N | String | In which directory to run the steps.
103
103
environment | N | Map | A map of environment variable names and values.
104
104
{: class="table table-striped"}
105
105
106
-
<sup>(1)</sup> One executor type should be specified per job. If more than one is set you will recieve an error.
106
+
<sup>(1)</sup> One executor type should be specified per job. If more than one is set you will receive an error.
107
107
108
108
Example:
109
109
@@ -153,7 +153,7 @@ branches | N | Map | A map defining rules to allow/block execution of specific b
153
153
resource_class | N | String | Amount of CPU and RAM allocated to each container in a job. **Note:** A paid account is required to access this feature. Customers on paid container-based plans can request access by [opening a support ticket](https://support.circleci.com/hc/en-us/requests/new).
154
154
{: class="table table-striped"}
155
155
156
-
<sup>(1)</sup> One executor type should be specified per job. If more than one is set you will recieve an error.
156
+
<sup>(1)</sup> One executor type should be specified per job. If more than one is set you will receive an error.
157
157
158
158
#### `environment`
159
159
A map of environment variable names and values. These will override any environment variables you set in the CircleCI application.
0 commit comments