From 9906a09fa9752be6afbc52e63c601ce70f90e8c2 Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Tue, 14 Jan 2025 11:04:39 -0700 Subject: [PATCH] fix: remove unnecessary docker command in dev docs task (#1180) ## 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 --- tasks.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks.yaml b/tasks.yaml index 19b12a16a..2f2ad349e 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -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