lib/minke/config/config.rb in minke-1.13.16 vs lib/minke/config/config.rb in minke-1.13.18
- old
+ new
@@ -193,9 +193,15 @@
##
# Docker compose file to use when running and executing cucumber tests.
#
# [Required]
attr_accessor :application_compose_file
+
+ ##
+ # Working directory to use for build root, relative to project root
+ #
+ # [Optional]
+ attr_accessor :working_directory
end
##
# Task encapsulates the configuration for the various rake tasks like build, run, etc.
class Task