Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #59 from aledeganopix4d/hotfix_put_bug
Browse files Browse the repository at this point in the history
Fix bug introduced by #58.
  • Loading branch information
vito authored May 9, 2019
2 parents 57da3a5 + 12ca9cf commit 045f530
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions out/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ func (c *Command) Run(input concourse.OutRequest) (concourse.OutResponse, error)
c.logger.Debugf("Login successful\n")

for _, pipeline := range pipelines {
if pipeline.TeamName != teamName {
continue
}
c.logger.Debugf("Getting pipeline: %s\n", pipeline.Name)
outBytes, err := c.flyCommand.GetPipeline(pipeline.Name)
if err != nil {
Expand Down

0 comments on commit 045f530

Please sign in to comment.