Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: chahatsagarmain <chahatsagar2003@gmail.com>
  • Loading branch information
chahatsagarmain committed Jan 29, 2025
1 parent f9801a0 commit 1e2cdf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/api/hack/generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
set -ex

export TMP_OUTPUT=/tmp
export PROTOC_GEN_GO="${PROTOC_GEN_GO:-${GOPATH}/bin/protoc-gen-go}"
export PROTOC_GEN_GW="${PROTOC_GEN_GW:-${GOPATH}/bin/protoc-gen-grpc-gateway}"
export PROTOC_GEN_SWAGGER="${PROTOC_GEN_SWAGGER:-${GOPATH}/bin/protoc-gen-swagger}"
export SWAGGER="${SWAGGER:-${GOPATH}/bin/swagger}"
API_VERSION=$API_VERSION
BASE_DIR="${KFP_REPO_PATH:-/go/src/github.com/kubeflow/pipelines}"
echo ${PROTOCCOMPILER}
Expand Down

0 comments on commit 1e2cdf8

Please sign in to comment.