1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00

#1742 Update default branch in git repository while change in web view

This commit is contained in:
Unknwon
2015-11-18 19:32:23 -05:00
parent f04d773f4f
commit 2c653141a8
7 changed files with 47 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ watch_dirs = [
watch_exts = [".go"]
build_delay = 1500
cmds = [
["go", "install"],
["go", "install", "-race"], # sqlite redis memcache cert pam tidb
["go", "build", "-race"],
["./gogs", "web"]