Skip to content

Commit

Permalink
update task descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
rjferguson21 committed Apr 10, 2024
1 parent bca1f55 commit 3ace607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ tasks:
task: cypress-tests

- name: clone-core
description: "Clone UDS Core"
description: "Clone UDS Core for integration testing"
actions:
- cmd: rm -rf uds-core/
- cmd: git clone --branch v${CORE_VERSION} https://github.com/defenseunicorns/uds-core.git

- name: build-deploy-custom-slim
description: "Build/Deploy Custom Slim"
description: "Build/Deploy custom slim dev bundle for integration testing"
actions:
- cmd: uds zarf package create . --confirm --set=IDENTITY_CONFIG_IMG=uds-core-config:keycloak
- cmd: cd uds-core && uds run create:slim-dev-package
Expand Down

0 comments on commit 3ace607

Please sign in to comment.