summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-02-10 15:21:39 -0500
committerUnknwon <u@gogs.io>2016-02-10 15:21:39 -0500
commit297e772c20382afa31ad30ab65827ce0aca58446 (patch)
tree58e9a28ecfcd0df94097cd06c6efc90c1ca440e3 /.bra.toml
parent8bf3032b16039a0a87e02a842475a04846325258 (diff)
downloadgitea-297e772c20382afa31ad30ab65827ce0aca58446.tar.gz
gitea-297e772c20382afa31ad30ab65827ce0aca58446.zip
#2485 fix payloads mixed up for webhook
When repository contains a Slack type hook, it changes original payload content. This patch fixes it by using a local object to store newly created Slack payload instead of assigning back to the same variable.
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bra.toml b/.bra.toml
index 0d02f24e4e..dd6a1e1c43 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -13,7 +13,7 @@ watch_dirs = [
watch_exts = [".go"]
build_delay = 1500
cmds = [
- ["go", "install", "-v", "-race"], # sqlite redis memcache cert pam tidb
+ ["go", "install", "-v", "-race"], # sqlite cert pam tidb
["go", "build", "-race"],
["./gogs", "web"]
] \ No newline at end of file