Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
e8324736
Commit
e8324736
authored
Nov 23, 2018
by
Guilhem Saurel
Browse files
fix copy/paste
parent
12d1ff85
Pipeline
#1916
passed with stages
in 53 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
rainboard/management/commands/update.py
View file @
e8324736
...
...
@@ -15,9 +15,9 @@ class Command(BaseCommand):
if
int
(
options
[
'verbosity'
])
>
1
:
self
.
stdout
.
write
(
message
)
log
ger
.
info
(
f
'updating forges'
)
log
(
f
'updating forges'
)
for
forge
in
Forge
.
objects
.
order_by
(
'source'
):
log
ger
.
info
(
f
' updating
{
forge
}
'
)
log
(
f
' updating
{
forge
}
'
)
forge
.
get_projects
()
log
(
f
'
\n
Updating all repos
\n
'
)
...
...
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