feat: change target branch

This commit is contained in:
Lukas Obermann
2025-10-06 12:39:26 +02:00
parent ac044b6d45
commit 3f535e669d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
$ErrorActionPreference = 'Stop'
$TARGET_BRANCH = "feature/tsondb-integration"
$TARGET_BRANCH = "develop-V2"
$TARGET_FOLDER = "./optolith-db"
function printNotice {
+1 -1
View File
@@ -2,7 +2,7 @@
set -eo pipefail
TARGET_BRANCH="feature/tsondb-integration"
TARGET_BRANCH="develop-V2"
TARGET_FOLDER="./optolith-db"
printNotice() {