This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch fix-github-zk-hadoop
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/fix-github-zk-hadoop by this
push:
new bb6f3686b fix unpack_prebuilt_thirdparties
bb6f3686b is described below
commit bb6f3686b03bf4b23a54321f8f6952ae3606f022
Author: Dan Wang <[email protected]>
AuthorDate: Fri Oct 18 11:01:24 2024 +0800
fix unpack_prebuilt_thirdparties
---
.github/actions/unpack_prebuilt_thirdparties/action.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/actions/unpack_prebuilt_thirdparties/action.yaml
b/.github/actions/unpack_prebuilt_thirdparties/action.yaml
index eaa31ba4b..ac6841bdb 100644
--- a/.github/actions/unpack_prebuilt_thirdparties/action.yaml
+++ b/.github/actions/unpack_prebuilt_thirdparties/action.yaml
@@ -27,6 +27,6 @@ runs:
find ./thirdparty -name '*CMakeFiles*' -type d -exec rm -rf "{}" +
rm -rf ./thirdparty/hadoop-bin/share/doc
rm -rf ./thirdparty/zookeeper-bin/docs
- mv hadoop-bin ..
- mv zookeeper-bin ..
+ mv thirdparty/hadoop-bin ./
+ mv thirdparty/zookeeper-bin ./
shell: bash
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]