File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
lookup-only : true
103
103
- name : install dependencies
104
104
if : steps.check-cache.outputs.cache-hit != 'true'
105
- run : make install-lint && make install-dev
105
+ run : make install-lint && make install-dev && cp ./bin/kubectl-kueue /usr/local/bin/kubectl-kueue && cp ./bin/kubectl-kjob /usr/local/bin/kubectl-kjob
106
106
- name : Cache dependencies
107
107
if : steps.check-cache.outputs.cache-hit != 'true'
108
108
uses : actions/cache/save@v3
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ PROJECT_DIR := $(realpath $(shell dirname $(firstword $(MAKEFILE_LIST))))
15
15
KJOB_DOCKER_IMG := xpk_kjob
16
16
KJOB_DOCKER_CONTAINER := xpk_kjob_container
17
17
BIN_PATH =$(PROJECT_DIR ) /bin
18
- USR_BIN_PATH =/usr/local/bin
19
18
20
19
.PHONY : install
21
20
install : check-python check-gcloud install-gcloud-auth-plugin install-kueuectl install-kjobctl pip-install
You can’t perform that action at this time.
0 commit comments