From 4b69370c19587874103e714fb32566aa842ac224 Mon Sep 17 00:00:00 2001 From: Umberto Date: Thu, 12 Mar 2020 19:08:51 +0100 Subject: [PATCH] Try to simplify the git push --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bc7ea957c..e2208c107 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,7 +47,7 @@ jobs: touch foo.bar git add -A git commit -m "Add test folder" - git push git@github.com:giotto-ai/gtda-docs.git + git push displayName: 'Commit the docs' - job: 'manylinux2010'