Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
b4a2d2a4
Commit
b4a2d2a4
authored
Jun 08, 2017
by
Paul McCarthy
🚵
Browse files
Merge remote-tracking branch 'upstream/master' into v1.0
parents
a0cfada4
e828b095
Pipeline
#695
passed with stages
in 2 minutes and 6 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b4a2d2a4
...
...
@@ -34,7 +34,7 @@ stages:
-
deploy
###############################################################################
###############################################################################
##
# A number of variables must be set for the jobs to work. The following
# variables are implicitly defined in any gitlab CI job:
#
...
...
@@ -55,17 +55,23 @@ stages:
#
# - SSH_SERVER_HOSTKEYS - List of trusted SSH hosts
#
# - DOC_HOST: - Username@host to upload documentation to
# (e.g. "paulmc@jalapeno.fmrib.ox.ac.uk")
#
# - FSL_HOST: - Username@host to download FSL data from
# (e.g. "paulmc@jalapeno.fmrib.ox.ac.uk")
#
# - TWINE_USERNAME: - Username to use when uploading to pypi
#
# - TWINE_PASSWORD: - Password to use when uploading to pypi
#
# - TWINE_REPOSITORY_URL: - Pypi repository to upload to
###############################################################################
variables
:
UPSTREAM_PROJECT
:
"
fsl/fslpy"
UPSTREAM_URL
:
"
git@git.fmrib.ox.ac.uk"
DOC_HOST
:
"
paulmc@jalapeno.fmrib.ox.ac.uk"
FSL_HOST
:
"
paulmc@jalapeno.fmrib.ox.ac.uk"
TWINE_USERNAME
:
"
pauldmccarthy"
TWINE_REPOSITORY_URL
:
"
https://testpypi.python.org/pypi"
####################################
...
...
Write
Preview
Supports
Markdown
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