This commit is contained in:
weyu 2025-03-28 15:04:22 +08:00
parent 6516c8fdd0
commit 4873b4c90f
1 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
workdir=$1 #workdir=$1
initdir=$2 #initdir=$2
source ${initdir}/libs/common.sh source ${initdir}/libs/common.sh
@ -39,10 +39,13 @@ after_helm_website(){
$OSSUTIL ls $OSSUTIL ls
} }
cat .git/config
cd $workdir
if cat .git/config |grep '/helm/helm-www.git' ;then if cat .git/config |grep '/helm/helm-www.git' ;then
before_helm_website before_helm_website
find_and_sed find_and_sed
after_helm_website after_helm_website
fi fi
cd -