Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/batch-changes/server-side.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ By default, docker on mac will build docker images for `linux/arm64`, which will

<Callout type="note">Running a batch spec server-side with file mounts is currently only supported with [Sourcegraph CLI](https://github.com/sourcegraph/src-cli).</Callout>

File [`mounts`](/batch-changes/batch-spec-yaml-referencee#stepsmount) are a powerful way to run custom files without directly embedding the files in your batch spec.
File [`mounts`](/batch-changes/batch-spec-yaml-reference#stepsmount) are a powerful way to run custom files without directly embedding the files in your batch spec.

### Writing a batch spec

Expand Down
Loading