Skip to content

Commit

Permalink
WEB-6415: Add default module file location
Browse files Browse the repository at this point in the history
  • Loading branch information
KapilSachdev committed Sep 28, 2023
1 parent dd419ea commit ca82657
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/lib/runner/ci.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca82657

Please sign in to comment.