Skip to content

Commit

Permalink
fix tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed May 8, 2024
1 parent c635701 commit 4c47501
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions tasks/dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
tasks:
- name: create
description: Create the Dev-Secrets Dependency Zarf Package
inputs:
options:
description: For setting create time variables and flags
architecture:
description: The architecture of the package to create
default: ${UDS_ARCH}
actions:
- cmd: ./uds zarf package create src/dev-secrets/ --confirm --no-progress --architecture=${{ .inputs.architecture }} --skip-sbom ${{ .inputs.options }}
- cmd: ./uds zarf package create src/namespace/ --confirm --no-progress --architecture=${{ .inputs.architecture }} --skip-sbom ${{ .inputs.options }}
4 changes: 2 additions & 2 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "5.1.8-uds.1"
version: "107.77.7-uds.0"
# x-release-please-end

- name: test-bundle
Expand Down Expand Up @@ -51,5 +51,5 @@ tasks:
task: publish:test-bundle
with:
# x-release-please-start-version
version: "5.1.8-uds.1"
version: "107.77.7-uds.0"
# x-release-please-end

0 comments on commit 4c47501

Please sign in to comment.