diff --git a/app/lib/runner/ci.rb b/app/lib/runner/ci.rb index e4fe0c2..89bd559 100644 --- a/app/lib/runner/ci.rb +++ b/app/lib/runner/ci.rb @@ -19,6 +19,10 @@ def default_release_file Pathname.new(GITHUB_WORKSPACE).join('release.yaml').to_s end + def default_module_file + Pathname.new(GITHUB_WORKSPACE).join('module.yaml').to_s + end + def default_pablo_source Pathname.new(GITHUB_WORKSPACE).join('images').to_s end