Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Sep 5, 2024
1 parent 486f424 commit e4e7c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion k8s/internal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GRAPHSCOPE_HOME ?= /usr/local
INSTALL_PREFIX ?= /opt/graphscope

VERSION ?= latest
VINEYARD_VERSION ?= v0.23.0
VINEYARD_VERSION ?= v0.22.0
PROFILE ?= release
CI ?= false

Expand Down
4 changes: 1 addition & 3 deletions python/graphscope/gsctl/scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,7 @@ function set_to_cn_url() {
function fetch_source() {
local url=$1
local file=$2
command="curl -fsSL -o \"${file}\" \"${url}/${file}\""
info ${command}
eval ${command}
curl -fsSL -o "${file}" "${url}/${file}"
}

function download_and_untar() {
Expand Down

0 comments on commit e4e7c12

Please sign in to comment.