Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix proto generation and testing #2446

Merged
merged 1 commit into from
Jul 10, 2019

Conversation

dgageot
Copy link
Contributor

@dgageot dgageot commented Jul 10, 2019

Signed-off-by: David Gageot [email protected]

nkubala
nkubala previously approved these changes Jul 10, 2019
docker run $CONTAINER_NAME cat pkg/skaffold/server/proto/skaffold.pb.gw.go > proto/skaffold.pb.gw.go
export CONTAINER_NAME=generate-proto
docker build -t $CONTAINER_NAME -f hack/proto/Dockerfile --target generateFiles proto
docker run --rm $CONTAINER_NAME cat pkg/skaffold/server/proto/skaffold.pb.go > proto/skaffold.pb.go
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are the proto files getting generated into pkg/skaffold/server? they've been moved out into their own proto package right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me TAL

@nkubala nkubala dismissed their stale review July 10, 2019 16:27

didn't mean to hit approve when i submitted my comment

@dgageot dgageot force-pushed the fix-proto-testing branch from 8c02f3b to 3fb44c0 Compare July 10, 2019 17:47
Copy link
Contributor

@nkubala nkubala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sweet, thanks for fixing this

@dgageot dgageot merged commit a763ab3 into GoogleContainerTools:master Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants