Skip to content

Commit

Permalink
zarf -> uds zarf
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Mar 4, 2024
1 parent a2da2db commit 326119d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tasks/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ tasks:
- name: sonarqube-package
description: Create the UDS Sonarqube Zarf Package
actions:
- cmd: zarf package create --confirm --no-progress --architecture=${ZARF_ARCHITECTURE} --flavor ${FLAVOR}
- cmd: uds zarf package create --confirm --no-progress --architecture=${ZARF_ARCHITECTURE} --flavor ${FLAVOR}

- name: dependency-package
description: Create the Dependency Zarf Package(s)
actions:
- cmd: zarf package create src/dev-secrets/ --confirm --no-progress --architecture=${UDS_ARCH} --skip-sbom
- cmd: uds zarf package create src/dev-secrets/ --confirm --no-progress --architecture=${UDS_ARCH} --skip-sbom
2 changes: 1 addition & 1 deletion tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ tasks:
- name: sonarqube-package
actions:
- description: Deploy the UDS Sonarqube Zarf Package
cmd: zarf package deploy zarf-package-sonarqube-${UDS_ARCH}-*.tar.zst --confirm --no-progress
cmd: uds zarf package deploy zarf-package-sonarqube-${UDS_ARCH}-*.tar.zst --confirm --no-progress

- name: sonarqube-test-bundle
actions:
Expand Down

0 comments on commit 326119d

Please sign in to comment.