1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-05 10:20:36 +02:00

Merge branch 'master' into bbserver-cleanup

This commit is contained in:
Joachim Hill-Grannec 2016-08-11 13:49:17 -07:00
commit bc1cbcca74
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.PHONY: vendor docs build release
.PHONY: build
PACKAGES = $(shell go list ./... | grep -v /vendor/)

View File

@ -252,7 +252,7 @@ func PostBuild(c *gin.Context) {
var buildParams = map[string]string{}
for key, val := range c.Request.URL.Query() {
switch key {
case "fork", "event", "deply_to":
case "fork", "event", "deploy_to":
default:
// We only accept string literals, because build parameters will be
// injected as environment variables