This is an automated email from the ASF dual-hosted git repository. zhaocong pushed a commit to branch fix_shell in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git
commit 84987f26629fb437c6119e1ae1172ddb3176a1c0 Author: coderzc <[email protected]> AuthorDate: Fri Dec 16 15:21:56 2022 +0800 fix release shell --- computer-dist/scripts/apache-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/computer-dist/scripts/apache-release.sh b/computer-dist/scripts/apache-release.sh index fd10f94e..da909192 100755 --- a/computer-dist/scripts/apache-release.sh +++ b/computer-dist/scripts/apache-release.sh @@ -36,7 +36,7 @@ echo "In the work dir: $(pwd)" rm -rfv dist && mkdir -p dist/apache-${REPO} # step1: package the source code -cd ../.../ || exit +cd ../../ || exit git archive --format=tar.gz \ --output="computer-dist/scripts/dist/apache-${REPO}/apache-${REPO}-incubating-${RELEASE_VERSION}-src.tar.gz" \ --prefix="apache-${REPO}-incubating-${RELEASE_VERSION}-src/" "${GIT_BRANCH}" || exit
