1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

choose ambassador by platform

This commit is contained in:
Brad Rydzewski
2016-08-25 11:35:28 -07:00
parent 6d2c525064
commit 0f7253febb
2 changed files with 38 additions and 5 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ func (a *Agent) prep(w *queue.Work) (*yaml.Config, error) {
transform.ImageVolume(conf, []string{a.Local + ":" + conf.Workspace.Path})
}
transform.Pod(conf)
transform.Pod(conf, a.Platform)
return conf, nil
}