Skip to content

Commit

Permalink
feat!: remove standalone vendir binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Apr 18, 2024
1 parent 6f2e8a1 commit 498bd5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'build-test'
name: Test

on: # rebuild any PRs and main branch changes
pull_request:
Expand All @@ -20,4 +20,4 @@ jobs:
myks --help
ytt --version
kbld --version
vendir --version
myks vendir --version
7 changes: 1 addition & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ inputs:
description: kbld version
required: false
default: latest
vendir:
description: vendir version
required: false
default: latest
ytt:
description: ytt version
required: false
Expand All @@ -32,9 +28,8 @@ runs:
uses: carvel-dev/setup-action@v2
with:
token: ${{ inputs.token }}
only: ytt, kbld, vendir
only: ytt, kbld
kbld: ${{ inputs.kbld }}
vendir: ${{ inputs.vendir }}
ytt: ${{ inputs.ytt }}
- name: Install myks
uses: jaxxstorm/[email protected]
Expand Down

0 comments on commit 498bd5a

Please sign in to comment.