Skip to content
Snippets Groups Projects
Verified Commit 8da7dc3f authored by Karel Koci's avatar Karel Koci :metal:
Browse files

generate_medkit: allow no branch specification

There should be default value set for branch so no branch option
requirement.
parent df340281
1 merge request!8Fix medkit generation
......@@ -17,7 +17,7 @@
set -e
export BOARD=
export BRANCH=
export BRANCH="hbd"
export L10N=en,cs
# TODO fill in default lists when we have them selected
export LISTS=
......@@ -117,10 +117,6 @@ done
echo "You have to specify target Turris router." >&2
exit 1
}
[ -n "$BRANCH" ] || {
echo "You have to specify target branch." >&2
exit 1
}
[ -n "$OUTPUT" ] || {
case "$BOARD" in
mox)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment