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
57557318
Commit
57557318
authored
Sep 27, 2016
by
eric pellegrini
Browse files
Update run_deploy.sh
parent
46c1174a
Pipeline
#944
canceled with stages
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Darwin/Scripts/run_deploy.sh
View file @
57557318
...
...
@@ -11,7 +11,7 @@ ROUGE="\\033[1;31m"
BLEU
=
"
\\
033[1;34m"
VERSION_NAME
=
`
sed
-n
's/__version__.*=.*\"\(.*\)\"/\1/p'
MDANSE/__pkginfo__.py
`
if
[
"
${
CI_BUILD_REF_NAME
}
"
-eq
"develop"
]
if
[
"
${
CI_BUILD_REF_NAME
}
"
==
"develop"
]
then
VERSION_NAME
=
${
VERSION_NAME
}
-
`
git rev-parse
--short
HEAD
`
fi
...
...
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