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
45a60aa3
Commit
45a60aa3
authored
Jul 06, 2018
by
eric pellegrini
Browse files
Bug fix with pkginfo
parent
a6cbd93b
Changes
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Unix/setup_ci.sh
View file @
45a60aa3
...
...
@@ -36,7 +36,7 @@ export NORMAL="\\033[0m"
echo
-e
"
${
BLUE
}
""Commit id =
${
CI_COMMIT_ID
}
""
${
NORMAL
}
"
echo
-e
"
${
BLUE
}
""Branch name =
${
CI_COMMIT_REF_NAME
}
""
${
NORMAL
}
"
PKG_INFO
=
${
CI_
TEMP_INSTALL_DIR
}
/lib/python2.7/site-packages
/MDANSE/__pkginfo__.py
PKG_INFO
=
${
CI_
PROJECT_DIR
}
/MDANSE/__pkginfo__.py
# Update the __pkginfo__ file with the current commit
$SED_I_COMMAND
"s/.*__commit__.*/__commit__ =
\"
${
CI_COMMIT_ID
}
\"
/"
${
PKG_INFO
}
...
...
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