Skip to content

Fix proto generation and testing#2446

Merged
dgageot merged 1 commit intoGoogleContainerTools:masterfrom
dgageot:fix-proto-testing
Jul 10, 2019
Merged

Fix proto generation and testing#2446
dgageot merged 1 commit intoGoogleContainerTools:masterfrom
dgageot:fix-proto-testing

Conversation

@dgageot
Copy link
Copy Markdown
Contributor

@dgageot dgageot commented Jul 10, 2019

Signed-off-by: David Gageot david@gageot.net

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
Copy Markdown
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
Copy Markdown
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

Signed-off-by: David Gageot <david@gageot.net>
@dgageot dgageot force-pushed the fix-proto-testing branch from 8c02f3b to 3fb44c0 Compare July 10, 2019 17:47
Copy link
Copy Markdown
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