Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
91fbc406
Commit
91fbc406
authored
May 17, 2016
by
eric pellegrini
Browse files
Update build_deb.sh
parent
99acb2f9
Pipeline
#311
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Debian/build_deb.sh
View file @
91fbc406
...
...
@@ -22,14 +22,18 @@ if [ -n "${RUN_NIGHTLY_BUILD}" ]
then
VERSION_NAME
=
"devel"
else
echo
$CI_BUILD_TAG
if
[[
$CI_BUILD_TAG
=
~ ^v
([
0-9]+
\.
[
0-9]+
\.
[
0-9]+
)
$
]]
;
then
VERSION_NAME
=
${
BASH_REMATCH
[1]
}
echo
$VERSION_NAME
else
echo
-e
"
$ROUGE
""Invalid version number
${
CI_BUILD_TAG
}
"
"
$NORMAL
"
exit
fi
fi
exit
##Select the build target
BUILD_TARGET
=
debian
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment