Skip to content

Commit

Permalink
fix certs
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Oct 29, 2024
1 parent d64d199 commit 3392d52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ tasks:
- name: test-install
description: Test the health of a Sigstore deployment
actions:
- task: dependencies:certs
- task: create-dev-package
- task: setup:k3d-test-cluster
- task: create-deploy-test-bundle
Expand All @@ -82,10 +83,10 @@ tasks:
- name: test-upgrade
description: Test an upgrade from the latest released package to the current branch
actions:
- task: dependencies:certs
- task: upgrade:create-latest-tag-bundle
with:
# TODO: (@WSTARR) - dependencies:certs will not be needed after release of 0.1.0-alpha.2
dep_commands: ./uds run dependencies:create && ./uds run dependencies:certs
dep_commands: ./uds run dependencies:create
- task: setup:k3d-test-cluster
- task: deploy:test-bundle
- task: compliance:validate
Expand All @@ -100,6 +101,8 @@ tasks:
- task: actions:determine-arch
- task: create:package

- task: dependencies:certs
if: ${{ or (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }}
- task: setup:k3d-test-cluster
if: ${{ or (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }}
- task: create-deploy-test-bundle
Expand Down
1 change: 0 additions & 1 deletion tasks/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ tasks:
default: ${UDS_ARCH}
actions:
- cmd: ./uds zarf package create src/dev-openbao/ --confirm --no-progress --architecture=${{ .inputs.architecture }} --skip-sbom ${{ .inputs.options }}
- task: certs

- name: certs
description: Create the certificates needed to initialize Fulcio / TSA
Expand Down

0 comments on commit 3392d52

Please sign in to comment.