Commit be296a1a authored by Pietro Albini's avatar Pietro Albini

Don't hardcode our test instance URL in the comments

parent 568ebf79
......@@ -182,7 +182,8 @@ class TestsManager:
self.branches[branch].deploy()
self.instances.load_branch(self.branches[branch])
self.gitlab.post_comment(obj["id"], "Istanza live per il branch "
"**%s** disponibile sul [server di test]"
"(http://wwwtest.ubuntu-it.org/%s/)."
% (branch, branch))
self.gitlab.post_comment(obj["id"],
"L'istanza live per il branch **%s** è ora "
"[disponibile](%s/%s/)." %
(branch, self.config["base-url"], branch)
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment