Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Managetests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Managetests
Commits
68f3d069
Commit
68f3d069
authored
Dec 08, 2016
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix crash when a new MR was created
parent
77e7a17f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
managetests/app.py
managetests/app.py
+1
-1
No files found.
managetests/app.py
View file @
68f3d069
...
@@ -157,7 +157,7 @@ class TestsManager:
...
@@ -157,7 +157,7 @@ class TestsManager:
# Send an alert on the merge request, if this branch has one
# Send an alert on the merge request, if this branch has one
if
mr
is
not
None
:
if
mr
is
not
None
:
self
.
gitlab
.
post_comm
and
(
mr
,
"L'[istanza live]"
self
.
gitlab
.
post_comm
ent
(
mr
,
"L'[istanza live]"
"(http://wwwtest.ubuntu-it.org/%s/) "
"(http://wwwtest.ubuntu-it.org/%s/) "
"per il branch **%s** è stata "
"per il branch **%s** è stata "
"aggiornata."
%
(
branch
,
branch
))
"aggiornata."
%
(
branch
,
branch
))
...
...
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