fix: Update bootstrap port to 3001
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s

This commit is contained in:
2026-04-16 12:35:05 -04:00
parent 8f9a1e83ed
commit 3dc8cc3934

View File

@@ -29,7 +29,7 @@ bootstrap_opencortex() {
fi
echo -e "${BLUE}Cloning repository into $TARGET_DIR...${NC}"
git clone http://10.10.10.201:3000/amr/opencortex.git "$TARGET_DIR"
git clone http://10.10.10.201:3001/amr/opencortex.git "$TARGET_DIR"
cd "$TARGET_DIR"
git submodule update --init --recursive