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
3fa8bb05
Commit
3fa8bb05
authored
Jul 23, 2021
by
Paul McCarthy
🚵
Browse files
RF: Need to use auth URL to push
parent
6898866f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ci/update_manifest.py
View file @
3fa8bb05
...
...
@@ -15,7 +15,8 @@ from fsl_ci import (USERNAME,
indir
,
tempdir
,
sprun
)
from
fsl_ci.gitlab
import
(
open_merge_request
,
from
fsl_ci.gitlab
import
(
gen_repository_url
,
open_merge_request
,
gen_branch_name
)
...
...
@@ -58,7 +59,7 @@ def update_manifest(version):
def
checkout_and_update_manifest
(
server
,
token
,
tag
):
manifest_url
=
f
'
{
server
}
/
{
MANIFEST_PATH
}
'
manifest_url
=
gen_repository_url
(
MANIFEST_PATH
,
server
,
token
)
branch
=
f
'mnt/installer-
{
tag
}
'
branch
=
gen_branch_name
(
branch
,
MANIFEST_PATH
,
server
,
token
)
msg
=
COMMIT_MSG
.
format
(
tag
)
...
...
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