diff --git a/src/main/python/ddadevops/infrastructure/infrastructure.py b/src/main/python/ddadevops/infrastructure/infrastructure.py index 57a2465..65533cd 100644 --- a/src/main/python/ddadevops/infrastructure/infrastructure.py +++ b/src/main/python/ddadevops/infrastructure/infrastructure.py @@ -197,7 +197,7 @@ class GitApi: def push(self): return self.execution_api.execute("git push") - + def push_follow_tags(self): return self.execution_api.execute("git push --follow-tags")