rande / gitlab-ci-helper

Helper commands for gitlab-ci runners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A lot of errors are ignored

plouc opened this issue · comments

For example in commands/ci_dump_meta.go:

fp, _ := os.Create(c.MetaFile)
defer fp.Close()

b, _ := json.Marshal(meta)