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
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.
I have a repo which has a structure like this:
common
package contains some code that i'd like to share between my functions.The problem is that when i
func build
my func1, the resulting image only containfunc1
content in its internalworkspace
folder.Is it possible to somehow instruct the builder to include some outer modules to the build?
I know that packaging is an option but i dont want to package and install, say, shared configs.
Thanks.
The text was updated successfully, but these errors were encountered: