Commit 798eed02 by tingweiwang

修复harbor_auth_token )括号缺失问题

1 parent b582638a
Showing with 1 additions and 1 deletions
......@@ -15,7 +15,7 @@ image_list=`cat $image_path/image_list.txt`
image_list_ksy=`cat $image_path/image_list_ksy.txt`
host_name=`hostname`
harbor_user_name=admin
harbor_auth_token=$(echo -n "${harbor_user}:${harbor_passwd}"| base64
harbor_auth_token=$(echo -n "${harbor_user}:${harbor_passwd}"| base64)
harbor_project_list=(
k8s
kpl_k8s
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!