#Excluding subdirs of a Functions argument of type dagger.Directory

1 messages · Page 1 of 1 (latest)

vivid summit
#

In non-Zenith land this is usually something like dag.host().directory(".", exclude=[stuff].

In Functions it might look like this:

@function
def test(self, dir: dagger.Directory):

How can I now exclude known dirs/files?

high oak