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
dc7533ee
Commit
dc7533ee
authored
Sep 27, 2016
by
eric pellegrini
Browse files
advances in gitlab-gitflow integration
parent
63ccc5f8
Pipeline
#922
passed with stages
in 5 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Debian/run_deploy.sh
View file @
dc7533ee
...
...
@@ -12,9 +12,9 @@ ROUGE="\\033[1;31m"
BLEU
=
"
\\
033[1;34m"
VERSION_NAME
=
`
sed
-n
's/__version__.*=.*\"\(.*\)\"/\1/p'
MDANSE/__pkginfo__.py
`
if
[
-n
"
${
CI_BUILD_REF_NAME
}
"
]
if
[
"
${
CI_BUILD_REF_NAME
}
"
-eq
"develop"
]
then
VERSION_NAME
=
${
VERSION_NAME
}
-
${
CI_BUILD_REF
}
VERSION_NAME
=
${
VERSION_NAME
}
-
`
git rev-parse
--short
HEAD
`
fi
##Select the build target
...
...
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