fix gitea

This commit is contained in:
thomas 2022-03-04 23:16:27 +01:00
parent 590bb561ad
commit 38ded86d9f
6 changed files with 6 additions and 6 deletions

View file

@ -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}
}