-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: renovate config, remote tasks (#14)
* chore: renovate config, remote tasks * fix: flavor? * Update create.yaml * Update action.yaml * remote publish
- Loading branch information
Showing
9 changed files
with
72 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
variables: | ||
- name: FLAVOR | ||
default: "registry1" | ||
includes: | ||
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.1.2/tasks/create.yaml | ||
|
||
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 | ||
- cmd: uds create bundle --confirm --no-progress --architecture=${UDS_ARCH} | ||
- task: create:test-bundle | ||
|
||
- name: mattermost-package | ||
description: Create the UDS Mattermost Zarf Package | ||
actions: | ||
- cmd: zarf package create --confirm --no-progress --architecture=${ZARF_ARCHITECTURE} --flavor ${FLAVOR} | ||
- 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} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters