This commit is contained in:
mr
2026-01-12 13:35:25 +01:00
parent cc8d599ce5
commit be080d7511
14 changed files with 78 additions and 12 deletions

View File

@@ -2,8 +2,6 @@
mode=${1:-dev}
branch=${2:-main}
cd ../..
if [ ! -d "oc-k8s" ];
echo "Cloning repository: $repo_name"
git clone "https://cloud.o-forge.io/core/oc-k8s.git"
@@ -15,6 +13,5 @@ fi
echo "Repository 'oc-k8s' already exists. Pulling latest changes..."
cd "oc-k8s" && git checkout $branch && git pull
./uninstall.sh $mode
./delete_kind_cluster.sh
./oc-k8s.sh stop $mode