fix gitea
This commit is contained in:
parent
590bb561ad
commit
38ded86d9f
6 changed files with 6 additions and 6 deletions
|
@ -31,7 +31,7 @@ envinit() {
|
|||
|
||||
prebuild(){
|
||||
[ -e /tmp/git ] && rm -fr /tmp/git
|
||||
[ -e /tmp/element-web ] || mkdir /tmp/${APP}
|
||||
[ -e /tmp/${APP} ] || mkdir /tmp/${APP}
|
||||
git clone --depth 1 -b ${GIT_VERSION} ${DEPOT} /tmp/git
|
||||
cp -r /tmp/git/. /tmp/${APP}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue