This is an automated email from the ASF dual-hosted git repository. guoshoujing pushed a commit to branch setup-hdfs in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git
commit 6507d5fe0abc43a9ce8f3fdf29cf46f6bd0bd7e9 Author: ShouJing <[email protected]> AuthorDate: Wed May 11 09:59:52 2022 +0800 fix ci install hdfs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ff6f82e..89d69e3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: env: HDFS_VERSION: '3.3.1' run: - $TRAVIS_DIR/install-env.sh $HDFS_VERSION + $TRAVIS_DIR/install-hdfs.sh $HDFS_VERSION - name: Setup Minikube-Kubernetes uses: manusa/[email protected]
