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
558b9782
Commit
558b9782
authored
Feb 05, 2021
by
Paul McCarthy
🚵
Browse files
BF: build is an int
parent
007b2276
Changes
2
Hide whitespace changes
Inline
Side-by-side
fsl_ci/__init__.py
View file @
558b9782
...
...
@@ -19,7 +19,7 @@ import contextlib as ctxlib
import
subprocess
as
sp
__version__
=
'0.6.
1
'
__version__
=
'0.6.
2
'
"""Current version of the fsl-ci-rules."""
...
...
fsl_ci/conda.py
View file @
558b9782
...
...
@@ -151,10 +151,8 @@ def get_project_repository_and_revision(filename, ignore_env=False):
if
repo
is
not
None
:
repo
=
repo
.
strip
()
if
rev
is
not
None
:
rev
=
rev
.
strip
()
if
build
is
not
None
:
build
=
build
.
strip
()
if
repo
==
''
:
repo
=
None
if
rev
==
''
:
rev
=
None
if
build
==
''
:
build
=
None
return
repo
,
rev
,
build
...
...
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