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
6962e55a
Commit
6962e55a
authored
May 10, 2016
by
eric pellegrini
Browse files
Update build.py with CI_BUILD_TAG gitlab envvar
parent
6b6c6a1c
Pipeline
#264
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Darwin/Scripts/build.py
View file @
6962e55a
...
...
@@ -5,7 +5,7 @@ import os
if
sys
.
platform
.
startswith
(
'darwin'
):
from
setuptools
import
setup
version
=
os
.
environ
[
'
MDANSE_VERSION
'
]
version
=
os
.
environ
[
'
CI_BUILD_TAG
'
]
APP
=
[
'../../../Scripts/mdanse_gui'
]
...
...
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