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
e1e84287
Commit
e1e84287
authored
Jun 07, 2017
by
Paul McCarthy
🚵
Browse files
Not surewhat's wrong
parent
a654cd0c
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e1e84287
...
...
@@ -147,17 +147,17 @@ variables:
echo "Host ${UPSTREAM_URL##*@}" >> $HOME/.ssh/config;
echo " User ${UPSTREAM_URL%@*}" >> $HOME/.ssh/config;
echo " IdentityFile
~
/.ssh/id_git"
>> $HOME/.ssh/config;
echo " IdentityFile
$HOME
/.ssh/id_git" >> $HOME/.ssh/config;
echo "Host docdeploy" >> $HOME/.ssh/config;
echo " HostName ${DOC_HOST##*@}" >> $HOME/.ssh/config;
echo " User ${DOC_HOST%@*}" >> $HOME/.ssh/config;
echo " IdentityFile
~
/.ssh/id_doc_deploy"
>> $HOME/.ssh/config;
echo " IdentityFile
$HOME
/.ssh/id_doc_deploy" >> $HOME/.ssh/config;
echo "Host fsldownload" >> $HOME/.ssh/config;
echo " HostName ${FSL_HOST##*@}" >> $HOME/.ssh/config;
echo " User ${FSL_HOST%@*}" >> $HOME/.ssh/config;
echo " IdentityFile
~
/.ssh/id_fsl_download"
>> $HOME/.ssh/config;
echo " IdentityFile
$HOME
/.ssh/id_fsl_download" >> $HOME/.ssh/config;
echo "Host *" >> $HOME/.ssh/config;
echo " IdentitiesOnly yes" >> $HOME/.ssh/config;
...
...
@@ -240,7 +240,7 @@ variables:
# We need the FSL atlases for the atlas
# tests, and need $FSLDIR to be defined
-
export FSLDIR=/fsl/
-
mkdir -p $FSLDIR/data/
atlases/
-
mkdir -p $FSLDIR/data/
-
rsync -rv "fsldownload:data/atlases/" "$FSLDIR/data/atlases/"
# Finally, run the damned tests.
...
...
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