Skip to content

Commit

Permalink
docs(nx-cloud): adjust quotes for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
lourw committed Jan 16, 2025
1 parent df86252 commit 3ec949e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nx-cloud/reference/assignment-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Note that the labels supplied in the `runs-ons` property will be used to determi
You can then reference your assignment rules file within your `start-ci-run` command:

```shell
npx nx-cloud start-ci-run --assignment-rules='.nx/workflows/assignment-rules.yaml'
npx nx-cloud start-ci-run --assignment-rules=".nx/workflows/assignment-rules.yaml"
```

The following is an example of what this looks like within a github actions pipeline:
Expand All @@ -107,7 +107,7 @@ jobs:
...
steps:
...
- run: npx nx-cloud start-ci-run --assignment-rules=.nx/workflows/assignment-rules.yaml --stop-agents-after="e2e-ci"
- run: npx nx-cloud start-ci-run --assignment-rules=".nx/workflows/assignment-rules.yaml" --stop-agents-after="e2e-ci"
- ..
medium-agents:
Expand Down

0 comments on commit 3ec949e

Please sign in to comment.