Skip to content
Snippets Groups Projects
Commit 696d8a26 authored by chrissi^'s avatar chrissi^
Browse files

fix build mikrotik for beta

parent 104c019b
Branches
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ do
echo "#######################################"
echo Building $ARCHITECTURE
if [ "$ARCHITECTURE" = "ar71xx-mikrotik" ]; then
if [ "$BRANCH" = "beta" ]; then
if [[ "$BRANCH" == *"beta" ]]; then
echo "Allowing to bild ar71xx-mikrotik since we build for beta"
else
echo "Skipping build for ar71xx-mikrotik since we do not build for beta"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment