From a4e096bb6b4aa1ad66ed6c41875437a5eda6394f Mon Sep 17 00:00:00 2001 From: Morty Space Date: Mon, 2 May 2022 07:29:41 +0200 Subject: [PATCH] Updated pull --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 03370ca..6374fd9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,7 +51,7 @@ steps: displayName: 'Install dependencies' - script: | - git pull + git pull origin master poetry run python generatestructs.py git config --global user.email "morty.space@gmail.com" git config --global user.name "Morty Space"