This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/master by this push:
     new c988fdd7c Improve regenerate_konwn_dependencies_txt script (#5149)
c988fdd7c is described below

commit c988fdd7c86d80203a5dbad7539ca90938c785f9
Author: Zhen Wang <[email protected]>
AuthorDate: Tue Jul 16 14:38:26 2024 +0800

    Improve regenerate_konwn_dependencies_txt script (#5149)
---
 tool/dependencies/regenerate_konwn_dependencies_txt.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tool/dependencies/regenerate_konwn_dependencies_txt.sh 
b/tool/dependencies/regenerate_konwn_dependencies_txt.sh
index e359ba7c5..00df6d7f8 100755
--- a/tool/dependencies/regenerate_konwn_dependencies_txt.sh
+++ b/tool/dependencies/regenerate_konwn_dependencies_txt.sh
@@ -22,7 +22,7 @@ if [[ -d $dependencies_path ]];then
   echo "rm -r -f dependencies_path"
   rm -r -f $dependencies_path
 fi
-cd ../../
+cd $basepath/../../
 mvn dependency:copy-dependencies -DexcludeGroupIds=org.apache.linkis 
-DincludeScope=runtime -DoutputDirectory=$dependencies_path
 ls $dependencies_path | sort -n > $basepath/known-dependencies.txt
 rm -r -f $dependencies_path
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to