Skip to content

Commit

Permalink
Merge pull request #451 from xiujuan95/add-permission-for-bo-step
Browse files Browse the repository at this point in the history
Add user group ID for each buildpack step
  • Loading branch information
openshift-merge-robot authored Oct 29, 2020
2 parents 5c1ee56 + e38888d commit 589082e
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ generate:
verify-codegen: generate
# TODO: Fix travis issue with ginkgo install updating go.mod and go.sum
# TODO: Verify vendor tree is accurate
# git diff --quiet -- ':(exclude)go.mod' ':(exclude)go.sum' ':(exclude)vendor/*'
git diff --quiet -- ':(exclude)go.mod' ':(exclude)go.sum' ':(exclude)vendor/*'

install-ginkgo:
go get -u github.com/onsi/ginkgo/ginkgo
Expand Down
56 changes: 32 additions & 24 deletions pkg/controller/fakes/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 589082e

Please sign in to comment.