a bit of prep-work for adding caching

This commit is contained in:
Brad
2014-03-02 22:35:01 -08:00
parent 600bcdea38
commit 18d5421706
5 changed files with 21 additions and 1 deletions

View File

@@ -170,6 +170,7 @@ func (w *worker) execute(task *BuildTask) error {
func (w *worker) runBuild(task *BuildTask, buf io.Writer) (bool, error) {
repo := &r.Repo{
Name: task.Repo.Slug,
Path: task.Repo.URL,
Branch: task.Commit.Branch,
Commit: task.Commit.Hash,