-
Notifications
You must be signed in to change notification settings - Fork 486
Closed
Labels
Description
Describe the feature:
I would like to reuse tests for different container images and create a structure with tests. This should work well with the gossfile
configuration. However, dgoss
only copies a configuration and not an entire directory with the parameter GOSS_FILES_PATH
.
Describe the solution you'd like
- Copy all files from
GOSS_FILES_PATH
, (Is this a breaking change?) - copy whole directory if
GOSS_FILES_PATH
has not it's default value.
- add a new parameter, similar to
-d
like inkgoss
,-d
is already user bydocker run
- new env variable with list of directories to copy
Maybe there are other solutions.
Related to: