feat: initial group nodes /w some bugs #43

Open
max wants to merge 18 commits from feat/group-node into main
Showing only changes of commit 6457c9db0b - Show all commits
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
# 3. Create a directory structure based on the branch # 3. Create a directory structure based on the branch
# This allows the UI to "switch between branches" # This allows the UI to "switch between branches"
SAFE_PR_NAME="${GITHUB_HEAD_REF//\//-}" SAFE_PR_NAME=$(printf "%s" "$GITHUB_HEAD_REF" | tr '/' '-')
DEST_DIR="target_bench_repo/data/$SAFE_PR_NAME/$(date +%s)" DEST_DIR="target_bench_repo/data/$SAFE_PR_NAME/$(date +%s)"
mkdir -p "$DEST_DIR" mkdir -p "$DEST_DIR"