Skip to content

Commit

Permalink
chore: update frontend
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco committed Oct 3, 2024
1 parent 466c762 commit d3cf8c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ export const promoStepsExample = `- uses: git-clone
config:
repoURL: https://github.com/<github-username>/kargo-demo-gitops.git
checkout:
- fromFreight: true
path: ./main
- branch: 09/stage/test
create: true
path: ./out
- uses: git-overwrite
- fromFreight: true
path: ./main
- branch: 09/stage/test
create: true
path: ./out
- uses: git-clear
config:
inPath: ./main
outPath: ./out`;
path: ./out`;
2 changes: 1 addition & 1 deletion ui/src/features/promotion-directives/registry/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type PromotionDirectivesRegistry = {
// runner is source of truth for all configuration and metadata related to installed runner
export type Runner = {
// unique identifier such that kargo knows which runner to operate
// example - git-clone, git-overwrite
// example - git-clone, git-clear
identifier: string;
// UI helper
// this accepts font-awesome icon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const useDiscoverPromotionDirectivesRegistries = (): PromotionDirectivesR
unstable_icons: [faArrowUp, faCloudUploadAlt]
},
{
identifier: 'git-overwrite',
identifier: 'git-clear',
unstable_icons: [faRedoAlt, faCodeBranch]
},
{
Expand Down

0 comments on commit d3cf8c4

Please sign in to comment.