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
075ed952
Commit
075ed952
authored
Jul 30, 2021
by
Paul McCarthy
🚵
Browse files
BF: Need to specify remote
parent
51a7d5b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ci/update_manifest.py
View file @
075ed952
...
@@ -69,7 +69,7 @@ def checkout_and_update_manifest(server, token, tag, base_branch):
...
@@ -69,7 +69,7 @@ def checkout_and_update_manifest(server, token, tag, base_branch):
with
indir
(
'manifest'
):
with
indir
(
'manifest'
):
sprun
(
f
'git config user.name
{
USERNAME
}
'
)
sprun
(
f
'git config user.name
{
USERNAME
}
'
)
sprun
(
f
'git config user.email
{
EMAIL
}
'
)
sprun
(
f
'git config user.email
{
EMAIL
}
'
)
sprun
(
f
'git checkout -b
{
branch
}
{
base_branch
}
'
)
sprun
(
f
'git checkout -b
{
branch
}
origin/
{
base_branch
}
'
)
update_manifest
(
tag
)
update_manifest
(
tag
)
sprun
(
'git add *'
)
sprun
(
'git add *'
)
sprun
(
f
'git commit -m "
{
msg
}
"'
)
sprun
(
f
'git commit -m "
{
msg
}
"'
)
...
...
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