Skip to content

Commit

Permalink
Update codegen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored Oct 27, 2017
1 parent 8e1ca40 commit 1458c97
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions hack/codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DOCKER_REPO_ROOT="/go/src/$PACKAGE_NAME"

pushd $REPO_ROOT

## Generate ugorji stuff
## Remove ugorji stuff
rm "$REPO_ROOT"/apis/stash/v1alpha1/*.generated.go

# Generate defaults
Expand Down Expand Up @@ -90,8 +90,4 @@ docker run --rm -ti -u $(id -u):$(id -g) \
--listers-package "$PACKAGE_NAME/listers" \
--output-package "$PACKAGE_NAME/informers"

#go-to-protobuf \
# --proto-import="${KUBE_ROOT}/vendor" \
# --proto-import="${KUBE_ROOT}/third_party/protobuf"

popd

0 comments on commit 1458c97

Please sign in to comment.