File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ elif type apt-get > /dev/null 2>&1; then
2929fi
3030
3131# Download specific version
32- curl -L " https://github. com/kahing/goofys/releases/download/ ${GOOFYS_VERSION} /goofys " -o goofys
32+ curl -L " https://storage.googleapis. com/bkt-workbench-artifacts/mirror/goofys- ${GOOFYS_VERSION} " -o goofys
3333
3434# Verify SHA256 hash
3535SHA256_OUTPUT=$( sha256sum goofys)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set -o xtrace
1313readonly NODE_VERSION=" v18.16.1"
1414readonly PLATFORM=" linux-x64"
1515readonly NODE_TAR=" node-${NODE_VERSION} -${PLATFORM} .tar.gz"
16- readonly NODE_INSTALL_SRC=" https://nodejs.org/dist/ ${NODE_VERSION} /${NODE_TAR} "
16+ readonly NODE_INSTALL_SRC=" https://storage.googleapis.com/bkt-workbench-artifacts/mirror /${NODE_TAR} "
1717readonly NODE_INSTALL_PATH=" /home/core/${NODE_TAR} "
1818
1919echo " Downloading Node from ${NODE_INSTALL_SRC} "
You can’t perform that action at this time.
0 commit comments