Adam Everington
08/06/2021, 8:35 AMKevin Kho
Adam Everington
08/06/2021, 1:44 PMKevin Kho
url = f"https://{self.git_token_secret}@{self.repo_host}/{self.repo}.git"
This works for Github, Bitbucket, and Gitlab where the Git repo cloning ends in .git
. For Azure DevOps though, the URL looks something like this:
working_url = "<https://kdykho@dev.azure.com/kdykho/prefect/_git/prefect>"
That ending .git
causes the URL to fail, but azure devops has a different URL.
I’ll chat with an engineer about how to go about this.Kevin Kho
Marvin
08/08/2021, 9:08 PMAdam Everington
08/09/2021, 6:49 AMKevin Kho
Adam Everington
08/10/2021, 8:27 AM