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
installer
Commits
928de83f
Commit
928de83f
authored
Jul 23, 2021
by
Paul McCarthy
🚵
Browse files
CI: bug in update_manifest.py
parent
86e1e5e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ci/update_manifest.py
View file @
928de83f
...
@@ -82,7 +82,7 @@ def main(server=None, token=None, tag=None):
...
@@ -82,7 +82,7 @@ def main(server=None, token=None, tag=None):
if
token
is
None
:
token
=
os
.
environ
[
'FSL_CI_API_TOKEN'
]
if
token
is
None
:
token
=
os
.
environ
[
'FSL_CI_API_TOKEN'
]
if
tag
is
None
:
tag
=
os
.
environ
[
'CI_COMMIT_TAG'
]
if
tag
is
None
:
tag
=
os
.
environ
[
'CI_COMMIT_TAG'
]
branch
=
checkout_and_update_manifest
()
branch
=
checkout_and_update_manifest
(
server
,
token
,
tag
)
open_merge_request
(
MANIFEST_PATH
,
open_merge_request
(
MANIFEST_PATH
,
branch
,
branch
,
...
...
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