Skip to content

Commit

Permalink
docs: minor typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Philip T <philip@worxly.com>
  • Loading branch information
PhilipHubWork committed Dec 12, 2020
1 parent 9f5c910 commit b98c862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configure-artifact-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ access is on a per project rather than per bucket basis.
```yaml
artifacts:
- name: my-output-artifact
path: /my-ouput-artifact
path: /my-output-artifact
s3:
endpoint: storage.googleapis.com
bucket: my-gcs-bucket-name
Expand Down Expand Up @@ -320,7 +320,7 @@ configuring the default artifact repository described previously.
outputs:
artifacts:
- name: my-output-artifact
path: /my-ouput-artifact
path: /my-output-artifact
s3:
endpoint: storage.googleapis.com
bucket: my-gcs-bucket-name
Expand Down

0 comments on commit b98c862

Please sign in to comment.