Skip to content

Commit

Permalink
gateway install fail #6145
Browse files Browse the repository at this point in the history
  • Loading branch information
fighter-liu authored and irwinsun committed Mar 7, 2022
1 parent 7866b74 commit 087a70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bk-ci-gen-jrezip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ get_bcprov_from_dispatchjar (){ # fatjar.
}
get_bcprov_from_dispatch_lib_dir (){ # slim安装包.
local bcprov_dst_dir="$1"
local bcprov_glob="$BK_CI_SRC_DIR/dispatch/lib/bcprov-jdk16*.jar"
local bcprov_glob="$BK_CI_SRC_DIR/dispatch/lib/bcprov-jdk*.jar"
log "try to find bcprov in dispatch lib dir by using glob: $bcprov_glob"
shopt -s nullglob
declare -a bcprov_dispatch_lib=($bcprov_glob)
Expand Down

0 comments on commit 087a70d

Please sign in to comment.