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
conda
fsl-ci-rules
Commits
567a8740
Commit
567a8740
authored
Nov 25, 2021
by
Paul McCarthy
🚵
Browse files
Merge branch 'bf/gitconfig' into 'master'
Bf/gitconfig See merge request fsl/conda/fsl-ci-rules!105
parents
bb641fc1
ed78a5db
Changes
2
Hide whitespace changes
Inline
Side-by-side
fsl_ci/__init__.py
View file @
567a8740
...
...
@@ -20,7 +20,7 @@ import subprocess as sp
import
yaml
__version__
=
'0.19.
4
'
__version__
=
'0.19.
5
'
"""Current version of the fsl-ci-rules."""
...
...
rules/fsl-ci-job-template.yml
View file @
567a8740
...
...
@@ -62,7 +62,7 @@
echo ${giturl} > ${GIT_CREDENTIALS};
git config --global credential.helper "store --file ${GIT_CREDENTIALS}";
git config --global "url.${giturl}/.insteadOf" "git@git.fmrib.ox.ac.uk:";
git config --global "url.${giturl}
/
.insteadOf" "https://git.fmrib.ox.ac.uk
:
";
git config --global "url.${giturl}.insteadOf"
"https://git.fmrib.ox.ac.uk";
# Isolate conda configuration to unique
# config dir
...
...
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