Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
Signed-off-by: juliusvonkohout <[email protected]>
  • Loading branch information
juliusvonkohout committed Jun 26, 2024
1 parent b547707 commit c65f47f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/synchronize-model-registry-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ else
fi
echo "Checking out in $SRC_DIR to $COMMIT..."

# Checkout the Model Registry repository
# Checkout the repository
mkdir -p $SRC_DIR
cd $SRC_DIR
if [ ! -d "model-registry/.git" ]; then
git clone https://github.com/kubeflow/model-registry.git
if [ ! -d "models-web-app/.git" ]; then
git clone https://github.com/kserve/models-web-app.git
fi
cd $SRC_DIR/model-registry
cd $SRC_DIR/models-web-app
if ! git rev-parse --verify --quiet $COMMIT; then
git checkout -b $COMMIT
else
Expand Down

0 comments on commit c65f47f

Please sign in to comment.