Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: renovate config, remote tasks #14

Merged
merged 5 commits into from
Feb 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update create.yaml
  • Loading branch information
mjnagel authored Feb 1, 2024
commit a39b5c35e42b8341be89763c293263dc727683f6
4 changes: 2 additions & 2 deletions tasks/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tasks:
- name: mattermost-test-bundle
description: Create the UDS bundle with Mattermost and its dependencies
actions:
- task: mattermost-package
- task: create:package
- task: dependency-package
- task: create:test-bundle

Expand All @@ -15,6 +15,6 @@ tasks:
- task: create:package

- name: dependency-package
description: Create the Minio, PostgreSQL, and Redis Dependency Zarf Packages
description: Create the Dependency Zarf Package
actions:
- cmd: zarf package create src/dev-secrets/ --confirm --no-progress --architecture=${UDS_ARCH}
Loading