Method: CIRunner::Configuration::Project#config_file
- Defined in:
- lib/ci_runner/configuration/project.rb
#config_file ⇒ Pathname
Returns The path of the configuration file.
228 229 230 |
# File 'lib/ci_runner/configuration/project.rb', line 228 def config_file Pathname(File.(CONFIG_PATH, Dir.pwd)) end |