Skip to content

Commit

Permalink
Updated typo Workspace documentation (go-vela#216)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Ritter <mike.ritter@target.com>
  • Loading branch information
mpritter76 authored May 7, 2021
1 parent 6ece282 commit b2d7976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/usage/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >
Shared directory that all build steps begin at.
---

Vela uses a shared volume model between steps to allow shared file system during the build process. These volumes should be considered ephemeral in the sense once a build completes execution all data via the volume being destroyed.
Vela uses a shared volume model between steps to allow shared file system during the build process. These volumes should be considered ephemeral in the sense once a build completes execution all data via the volume being destroyed.

## Working Directory

Expand Down Expand Up @@ -36,7 +36,7 @@ This ensures the configuration, code, dependencies, and compiled binaries are pe

```sh
# Syntax
/vela/secrets/<path>/<key>
/vela/parameters/<path>/<key>

# Example
/vela/parameters/github/repo/settings/topics
Expand All @@ -63,4 +63,4 @@ git clone https://github.com/go-vela/hello-world.git <workspace>
```
{{% alert color="warning" %}}
In cases where your clone needs special configuration you should add a step at the beginning of the pipeline adding the desired behavior.
{{% /alert %}}
{{% /alert %}}

0 comments on commit b2d7976

Please sign in to comment.