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

switch-branch: add missing uci commit

parent ace5d6e6
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ esac
uci set updater.override=override
[ "$BRANCH" = "deploy" ] && VBRANCH="" || VBRANCH="$BRANCH"
uci set updater.override.branch="$VBRANCH"
uci commit updater.override.branch
# If we are verifying configuration than the work is done.
# We don't want to run updater nor printing info about branch.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment