summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-02-21 21:55:59 -0500
committerUnknwon <u@gogs.io>2016-02-21 21:55:59 -0500
commitc9516c4c60684d20c45e4c0c15911603dc9f20b3 (patch)
treee4afda4bf16392593a07ab8dcbc9ad71f32069a6 /.bra.toml
parent6e74dd4388dc41164e11491b38444cf6aa97f758 (diff)
downloadgitea-c9516c4c60684d20c45e4c0c15911603dc9f20b3.tar.gz
gitea-c9516c4c60684d20c45e4c0c15911603dc9f20b3.zip
Fix wrong place to check disable SSH
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bra.toml b/.bra.toml
index 569f99ef00..3829b45738 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -1,6 +1,7 @@
[run]
init_cmds = [
#["grep", "-rn", "FIXME", "."],
+ ["make", "build-dev"],
["./gogs", "web"]
]
watch_all = true