Skip to content

Commit

Permalink
Update kubernetes-client/gen version to avoid certificates issue
Browse files Browse the repository at this point in the history
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
  • Loading branch information
amisevsk authored and JPinkney committed Oct 6, 2021
1 parent 74b2607 commit e38e88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/typescript-model/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORK_DIR=${SCRIPT_DIR}/workdir
echo "[INFO] Using the following folder to store all build files ${SCRIPT_DIR}/workdir"
mkdir -p $WORK_DIR

GEN_REVISION=5c6d90b260fd94af32157f304f971778c899b5e2
GEN_REVISION=a3aef4de7a1d5dab72021aa282fffd8bc8a022ca

k8s_client_gen() {
[ ! -d $WORK_DIR/gen ] && git clone https://github.com/kubernetes-client/gen.git $WORK_DIR/gen || echo "kubernetes-client/gen is already cloned into $WORK_DIR/gen"
Expand Down

0 comments on commit e38e88c

Please sign in to comment.