Browse Source

🔨 Support ABM in mf scripts

Scott Lahteine 2 years ago
parent
commit
f632b72e8c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      buildroot/share/git/mfinfo

+ 1
- 0
buildroot/share/git/mfinfo View File

@@ -52,6 +52,7 @@ case "$REPO" in
52 52
   Marlin              ) TARG=bugfix-2.0.x ; [[ $INDEX == 1 ]] && TARG=bugfix-1.1.x ; [[ $INDEX == 3 ]] && TARG=dev-2.1.x ;;
53 53
   Configurations      ) TARG=import-2.0.x ;;
54 54
   MarlinDocumentation ) TARG=master ;;
55
+  AutoBuildMarlin     ) TARG=master ;;
55 56
 esac
56 57
 
57 58
 [[ $BRANCH =~ ^[123]$ ]] && USAGE=1

Loading…
Cancel
Save