Skip to content

Commit

Permalink
update localtest
Browse files Browse the repository at this point in the history
Signed-off-by: yxxhero <aiopsclub@163.com>
  • Loading branch information
yxxhero committed Jun 11, 2022
1 parent 81f73a2 commit 5542233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/harbor_operator_kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ clean(){
main(){
check_docker_installed
check_args_number $@
set_dev_harbor_operator_image

local RUNNER_TOOL_CACHE="$DEFAULT_RUNNER_TOOL_CACHE"
local version="$DEFAULT_KIND_VERSION"
Expand All @@ -355,6 +354,7 @@ main(){

case $1 in
start)
set_dev_harbor_operator_image
start $@
;;
clean)
Expand Down

0 comments on commit 5542233

Please sign in to comment.