Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix WriteGitCreds for BitBucket #883

Merged
merged 1 commit into from
Dec 17, 2019
Merged

Fix WriteGitCreds for BitBucket #883

merged 1 commit into from
Dec 17, 2019

Conversation

andrewjeffree
Copy link

The default BitbucketBaseURL value if not set by the user is
"https://api.bitbucket.org" which does not actually work with git.

Fixes #873

The default BitbucketBaseURL value if not set by the user is
"https://api.bitbucket.org" which does not actually work with git.
@andrewjeffree andrewjeffree requested a review from lkysow December 17, 2019 23:41
@codecov
Copy link

codecov bot commented Dec 17, 2019

Codecov Report

Merging #883 into master will decrease coverage by 0.04%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #883      +/-   ##
==========================================
- Coverage   71.87%   71.83%   -0.05%     
==========================================
  Files          65       65              
  Lines        5244     5247       +3     
==========================================
  Hits         3769     3769              
- Misses       1188     1191       +3     
  Partials      287      287
Impacted Files Coverage Δ
server/server.go 62.99% <0%> (-0.59%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ea9b4d...27c1303. Read the comment docs.

Copy link
Member

@lkysow lkysow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 nice!

@lkysow lkysow merged commit 63c1515 into runatlantis:master Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

write-git-creds doesnt appear to work as indicated
2 participants