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
cubicweb
cube-doctor
Commits
7812ad7a40d3
Commit
4163caf6
authored
Sep 23, 2022
by
Laurent Peuch
Browse files
fix: CI python version is too old
parent
e8276f2d5639
Pipeline
#166945
failed with stage
in 1 minute and 3 seconds
Changes
1
Pipelines
846
Hide whitespace changes
Inline
Side-by-side
cube_doctor/main.py
View file @
7812ad7a
...
...
@@ -79,7 +79,9 @@ def auto_mr(delay, project=None):
continue
for
command
,
arguments
in
commands_to_run
(
config
):
logger
.
debug
(
f
"evaluating command
{
command
.
command_name
}
with
{
arguments
=
}
"
)
logger
.
debug
(
f
"evaluating command
{
command
.
command_name
}
with arguments=
{
arguments
}
"
)
if
command
.
base_query
:
query_result
=
g
.
query
(
AUTO_MR_BASE_QUERY
%
(
project
.
id
,
command
.
base_query
)
...
...
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