Skip to content
Snippets Groups Projects
Commit 016fc580 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Don't show git clone output

parent f8f6f849
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,10 @@ class CloneAction(Action):
script += " || \\\n ".join(checkout_cmds)
return script
def _run(self, args):
"""Executes the action"""
run_script(self.script, quiet=True, environment=self.environment)
def _is_satisfied(self):
return os.path.exists(self.environment["SOURCE_DIR"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment