Skip to content

Commit

Permalink
Remove v0 from docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Skye Im committed Mar 27, 2023
1 parent 35a6ff1 commit ea3920c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ mkdir -p docs/docs dockerout
# and ingest_job.proto. Those should probably be moved out of this repository.
PROTOFILES=$(find $PWD/cognite/seismic/protos -name '*.proto' | sed "s~$PWD/cognite/seismic/protos~protos/cognite/seismic/protos~")

# Protocol buffer files describing the v0 API, in the process of being phased out
# Ideally this should be determined by just recursing through the imports in query_service.proto
# and ingest_service.proto
V0_PROTOS="query_service ingest_service query_service_messages ingest_service_messages types"
V0_PROTOFILES=$(for PROTO in $V0_PROTOS ; do echo protos/cognite/seismic/protos/${PROTO}.proto ; done )

# Protocol buffer files describing the v1 API.
# Ideally this should be determined by just recursing through the imports in v1/seismic_service.proto
V1_PROTOS="v1/seismic_service v1/seismic_service_messages v1/seismic_service_datatypes types"
Expand Down

0 comments on commit ea3920c

Please sign in to comment.