We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaec3e0 commit 05cae63Copy full SHA for 05cae63
Makefile
@@ -82,3 +82,6 @@ proto:
82
protoc --proto_path "$(PWD)/../googleapis:$(PWD)/../lightstep-tracer-common/" \
83
--python_out="$(PWD)/lightstep" \
84
collector.proto
85
+
86
+conformance: build cloudbuild.yaml
87
+ gcloud builds submit --config cloudbuild.yaml .
0 commit comments