You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During our rollout of Atlantis, using of Azure DevOps, I couldn't figure out a way to pull private modules without the help of a helper script similar to (#281).
During our rollout of Atlantis, using of Azure DevOps, I couldn't figure out a way to pull private modules without the help of a helper script similar to (#281).
.gitconfig
azure-devops-helper.sh
Without the above, I'm getting an error about a missing Password both with and without
--write-git-creds
:Even though all of the
ATLANTIS_
user/webhook/password etc variables are passed in.The modules are trying to be pulled using
https
in the form:git credentials form:
https://docs.microsoft.com/en-us/azure/devops/repos/git/go-get?view=azure-devops
The text was updated successfully, but these errors were encountered: