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"