Skip to content
Snippets Groups Projects
Commit bb058d77 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

branch-obs: set DEV_RELEASE to 0 when branching a non dev release


Otherwise this variable is undefined but used later, thus the script
fails with:

./release-scripts/branch-obs: line 82: [: -ne: unary operator expected

Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent 86c2c01c
No related branches found
No related tags found
1 merge request!217Branching improvements
......@@ -2,6 +2,7 @@
set -e
DEV_RELEASE=0
DRY_RUN=0
RUN=
......@@ -162,4 +163,4 @@ obs-complete)
*)
echo Invalid command
exit 1
esac
\ No newline at end of file
esac
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