test8
This commit is contained in:
parent
6516c8fdd0
commit
4873b4c90f
|
@ -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 -
|
||||||
|
|
Loading…
Reference in New Issue