Skip to content

Commit

Permalink
Update hack/update_codegen.sh
Browse files Browse the repository at this point in the history
Co-Authored-By: Andreas Neumann <aneumann@mesosphere.com>
  • Loading branch information
porridge and ANeumann82 committed Feb 27, 2020
1 parent 7f81f19 commit b166aff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/update_codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ CODE_GEN_DIR="${REPO_ROOT}/hack/code-gen/$VERSION"
if [[ -d ${CODE_GEN_DIR} ]]; then
echo "Using cached code generator version: $VERSION"
else
echo "Clone code-generator from ${CODEGEN_REPO}"
git clone https://${CODEGEN_REPO}.git "${CODE_GEN_DIR}"
git -C "${CODE_GEN_DIR}" reset --hard "${VERSION}"
fi
Expand Down

0 comments on commit b166aff

Please sign in to comment.