Skip to content
GitLab
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
3b4b8ec2
Commit
3b4b8ec2
authored
Dec 17, 2018
by
Guilhem Saurel
Browse files
logs details
parent
24b7ed98
Pipeline
#2003
passed with stages
in 1 minute and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/management/commands/update.py
View file @
3b4b8ec2
...
...
@@ -42,9 +42,11 @@ class Command(BaseCommand):
log
(
f
'
{
robotpkg
}
'
)
robotpkg
.
update
(
pull
=
False
)
log
(
f
'
\n
Updating keep doc
\n
'
)
Branch
.
objects
.
filter
(
Q
(
name__endswith
=
'master'
)
|
Q
(
name__endswith
=
'devel'
),
repo__namespace
=
F
(
'project__main_namespace'
),
repo__forge__source
=
SOURCES
.
gitlab
).
update
(
keep_doc
=
True
)
log
(
f
'
\n
Delet perso
\n
'
)
call_command
(
'delete_perso'
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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