From ae7e28e4924ea933497c0e9f4d442617360ca203 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 6 Dec 2020 00:43:36 +0000 Subject: [PATCH] try fixing coveralls branch --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0c33db0d..9af297bc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,6 +33,11 @@ jobs: - script: | cd /myagent/_work/1/s/api + git config user.email "admin@example.com" + git config user.name "Bob" + git fetch + git checkout develop + git pull source env/bin/activate cd /myagent/_work/1/s/api/tacticalrmm coverage run manage.py test -v 2