🔨 Support ABM in mf scripts
This commit is contained in:
parent
08a9c61587
commit
20c747753d
|
@ -52,6 +52,7 @@ case "$REPO" in
|
||||||
Marlin ) TARG=bugfix-2.0.x ; [[ $INDEX == 1 ]] && TARG=bugfix-1.1.x ; [[ $INDEX == 3 ]] && TARG=dev-2.1.x ;;
|
Marlin ) TARG=bugfix-2.0.x ; [[ $INDEX == 1 ]] && TARG=bugfix-1.1.x ; [[ $INDEX == 3 ]] && TARG=dev-2.1.x ;;
|
||||||
Configurations ) TARG=import-2.0.x ;;
|
Configurations ) TARG=import-2.0.x ;;
|
||||||
MarlinDocumentation ) TARG=master ;;
|
MarlinDocumentation ) TARG=master ;;
|
||||||
|
AutoBuildMarlin ) TARG=master ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
[[ $BRANCH =~ ^[123]$ ]] && USAGE=1
|
[[ $BRANCH =~ ^[123]$ ]] && USAGE=1
|
||||||
|
|
Loading…
Reference in a new issue