Skip to content

Commit

Permalink
kp fix (#3)
Browse files Browse the repository at this point in the history
* fix kp cli

* add GH actions

---------

Co-authored-by: Matt Proud <laidbackware.git@gmail.com>
  • Loading branch information
laidbackware and Matt Proud committed Feb 9, 2024
1 parent f8c69f0 commit ff607ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-kpack-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
export GITHUB_API_TOKEN="${{ secrets.GITHUB_TOKEN }}"
fi
./tests/run-tests.sh kpack-cli
./tests/run-tests.sh kp
test-0-6-3:
strategy:
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
export GITHUB_API_TOKEN="${{ secrets.GITHUB_TOKEN }}"
fi
./tests/run-tests.sh kpack-cli
./tests/run-tests.sh kp
2 changes: 1 addition & 1 deletion products.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ setEnv() {
SECONDARY_GIT_TEMPLATE=""
VERSION_COMMAND='--version'
;;
kpack-cli)
kp)
REPO_SLUG='vmware-tanzu/kpack-cli'
PRIMARY_GIT_TEMPLATE="v${v}/kp-${o}-amd64-${v}"
SECONDARY_GIT_TEMPLATE="v${v}/kp-${o}-${v}"
Expand Down
2 changes: 1 addition & 1 deletion tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function test_plugins() {
plugin_name="${1:-}"
if [ -z "${plugin_name:-}" ]; then
test_plugin tanzu
test_plugin kpack-cli
test_plugin kp
test_plugin uaa-cli
test_plugin om
test_plugin pivnet
Expand Down

0 comments on commit ff607ff

Please sign in to comment.