Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
remove yq as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 20, 2024
1 parent 6b069c8 commit 8231e39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion ci/client/__tests__/__snapshots__/client.deps.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Log⬇
xkubectl
xdocker
✓helm
✓yq
EndLog⬆
Log⬇
Expand Down
5 changes: 0 additions & 5 deletions ci/client/src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,5 @@ export const dependencies: Dependency[] = [
name: 'helm',
url: 'https://helm.sh/docs/intro/install/',
installed: !!shell.which('helm')
},
{
name: 'yq',
url: 'https://github.com/mikefarah/yq/#install',
installed: !!shell.which('yq')
}
];

0 comments on commit 8231e39

Please sign in to comment.