mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-23 06:36:17 +00:00
commit
0434390b92
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ func PostHook(c web.C, w http.ResponseWriter, r *http.Request) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// featch the .drone.yml file from the database
|
// fetch the .drone.yml file from the database
|
||||||
yml, err := remote.GetScript(user, repo, hook)
|
yml, err := remote.GetScript(user, repo, hook)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("Unable to fetch .drone.yml file. %s\n", err)
|
log.Printf("Unable to fetch .drone.yml file. %s\n", err)
|
||||||
|
|
Loading…
Reference in a new issue