Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #59 from manifoldco/drosati/4817-gh-status-checks
Browse files Browse the repository at this point in the history
Ignore required contexts
  • Loading branch information
domenicrosati authored Jun 6, 2018
2 parents 501a711 + aa21cad commit bd587fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/githubrepository/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,8 @@ func createGitHubDeployment(ctx context.Context, cl deploymentClient, repo *v1al
Description: k8sutils.PtrString("Heighliner Deployment"),
Ref: k8sutils.PtrString(release.Tag),
TransientEnvironment: k8sutils.PtrBool(release.Name != repo.Spec.Repo),
Environment: release.Deployment.URL,
RequiredContexts: &[]string{},
}

deploy, _, err := cl.CreateDeployment(ctx, repo.Spec.Owner, repo.Spec.Repo, dpl)
Expand Down

0 comments on commit bd587fe

Please sign in to comment.