Skip to content

Commit

Permalink
update synchronization script
Browse files Browse the repository at this point in the history
Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
  • Loading branch information
juliusvonkohout committed Aug 21, 2024
1 parent ec7213d commit d91b71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/synchronize-kubeflow-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ else
fi
echo "Checking out in $SRC_DIR to $COMMIT..."

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

0 comments on commit d91b71b

Please sign in to comment.