Skip to content

Commit

Permalink
fix hubble ci
Browse files Browse the repository at this point in the history
  • Loading branch information
z7658329 committed Nov 27, 2022
1 parent 7eb5b30 commit 5545e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mkdir ${SERVER_PARENT_DIR}
TAR=$(echo hugegraph-*.tar.gz)
tar -zxvf "$TAR" -C "${SERVER_PARENT_DIR}" >/dev/null 2>&1

HUGEGRAPH_NAME=${TAR%%.*}
HUGEGRAPH_NAME=${TAR%%.tar*}
SERVER_DIR="${SERVER_PARENT_DIR}"/$HUGEGRAPH_NAME
echo $SERVER_DIR

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mkdir ${SERVER_PARENT_DIR}
TAR=$(echo hugegraph-*.tar.gz)
tar -zxvf "$TAR" -C "${SERVER_PARENT_DIR}" >/dev/null 2>&1

HUGEGRAPH_NAME=${TAR%%.*}
HUGEGRAPH_NAME=${TAR%%.tar*}
SERVER_DIR="${SERVER_PARENT_DIR}"/$HUGEGRAPH_NAME
echo $SERVER_DIR

Expand Down

0 comments on commit 5545e4a

Please sign in to comment.