Ver código fonte

🔨 Support ABM in mf scripts

Scott Lahteine 3 anos atrás
pai
commit
f632b72e8c
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      buildroot/share/git/mfinfo

+ 1
- 0
buildroot/share/git/mfinfo Ver arquivo

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

Carregando…
Cancelar
Salvar