Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MDANSE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Scientific Software
MDANSE
Commits
91fbc406
There was a problem fetching the pipeline summary.
Commit
91fbc406
authored
9 years ago
by
eric pellegrini
Browse files
Options
Downloads
Patches
Plain Diff
Update build_deb.sh
parent
99acb2f9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
BuildServer/Debian/build_deb.sh
+4
-0
4 additions, 0 deletions
BuildServer/Debian/build_deb.sh
with
4 additions
and
0 deletions
BuildServer/Debian/build_deb.sh
+
4
−
0
View file @
91fbc406
...
@@ -22,14 +22,18 @@ if [ -n "${RUN_NIGHTLY_BUILD}" ]
...
@@ -22,14 +22,18 @@ if [ -n "${RUN_NIGHTLY_BUILD}" ]
then
then
VERSION_NAME
=
"devel"
VERSION_NAME
=
"devel"
else
else
echo
$CI_BUILD_TAG
if
[[
$CI_BUILD_TAG
=
~ ^v
([
0-9]+
\.
[
0-9]+
\.
[
0-9]+
)
$
]]
;
then
if
[[
$CI_BUILD_TAG
=
~ ^v
([
0-9]+
\.
[
0-9]+
\.
[
0-9]+
)
$
]]
;
then
VERSION_NAME
=
${
BASH_REMATCH
[1]
}
VERSION_NAME
=
${
BASH_REMATCH
[1]
}
echo
$VERSION_NAME
else
else
echo
-e
"
$ROUGE
""Invalid version number
${
CI_BUILD_TAG
}
"
"
$NORMAL
"
echo
-e
"
$ROUGE
""Invalid version number
${
CI_BUILD_TAG
}
"
"
$NORMAL
"
exit
exit
fi
fi
fi
fi
exit
##Select the build target
##Select the build target
BUILD_TARGET
=
debian
BUILD_TARGET
=
debian
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment