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

changes #605

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

changes #605

wants to merge 1 commit into from

Conversation

tgoodwin
Copy link

@tgoodwin tgoodwin commented May 7, 2024

Change log description

(2-3 concise points about the changes in this PR. When committing this PR, the committer is expected to copy the content of this section to the merge description box)

Purpose of the change

(e.g., Fixes #666, Closes #1234)

What the code does

(Detailed description of the code changes)

How to verify it

(Steps to verify that the changes are effective)

@@ -75,3 +78,5 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace github.com/tgoodwin/sleeveless/client => ./custom/sleeveless-client
Copy link
Author

Choose a reason for hiding this comment

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

I added our custom library code under a ./custom directory in the repo just to facilitate docker build. our custom code is currently in a private repo so it's hard to pull down when the build is running from inside the docker container. In the future / when we host our custom code in a public repo, we can just pull it straight down from GitHub during the build

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.

1 participant