Skip to content

Commit

Permalink
fix: remove unnecessary docker command in dev docs task (#1180)
Browse files Browse the repository at this point in the history
## Description

This was a lingering artifact from when I tried out running the dev docs
in docker.

## Related Issue

N/A

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Steps to Validate

N/A

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
  • Loading branch information
mjnagel authored Jan 14, 2025
1 parent c4dda4e commit 9906a09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ tasks:
- description: "Cleanup previous runs"
cmd: |
rm -rf uds-docs
docker stop uds-docs &>/dev/null && docker rm uds-docs &>/dev/null || true
- description: "Clone the docs repo and symlink the reference docs"
cmd: |
git clone https://github.com/defenseunicorns/uds-docs.git uds-docs
Expand Down

0 comments on commit 9906a09

Please sign in to comment.