aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-03-01 03:31:25 +0800
committerGitHub <noreply@github.com>2020-03-01 03:31:25 +0800
commitd8f56de2586b31df80de7024657053fd9fd5c66a (patch)
tree3fcf9d4366141c72f78bb56879e09e03848171fb
parent18e45aab98bf9a74834a75877b7f80f508508dba (diff)
Delete unused file
[CI SKIP]
-rw-r--r--.bra.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.bra.toml b/.bra.toml
deleted file mode 100644
index c4475110..00000000
--- a/.bra.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-[run]
-init_cmds = [
- ["make", "build-dev"],
- ["./gogs", "web"]
-]
-watch_all = true
-watch_dirs = [
- "$WORKDIR/cmd",
- "$WORKDIR/models",
- "$WORKDIR/pkg",
- "$WORKDIR/routes"
-]
-watch_exts = [".go"]
-ignore_files = [".+_test.go"]
-build_delay = 1500
-interrupt_timout = 1
-graceful_kill = true
-cmds = [
- ["make", "build-dev"], # TAGS=sqlite cert pam tidb
- ["./gogs", "web"]
-] \ No newline at end of file