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

Make git credentials available to inline and remote (#74) #75

Merged
merged 1 commit into from
Jul 27, 2022

Conversation

bobh66
Copy link
Collaborator

@bobh66 bobh66 commented Jul 13, 2022

Signed-off-by: Bob Haddleton bob.haddleton@nokia.com

Description of your changes

Move the git-credentials env var code out of the Remote module source block so that the GIT_CRED_DIR env variable is available to both inline and remote sources

Fixes #74

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

This has been run in our dev environment and has additional unit test added

…ib#74)

Signed-off-by: Bob Haddleton <bob.haddleton@nokia.com>
Copy link
Collaborator

@ytsarev ytsarev left a comment

Choose a reason for hiding this comment

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

lgtm!

@bobh66 bobh66 merged commit 7ff0753 into crossplane-contrib:master Jul 27, 2022
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.

Expose git credentials for inline as well as remote module sources
2 participants