Class: Trek::Generators::Install::CiGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
Helpers
Defined in:
lib/generators/trek/install/ci_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_ci_configObject



14
15
16
17
# File 'lib/generators/trek/install/ci_generator.rb', line 14

def copy_ci_config
  template ".gitlab-ci.yml",
    ".gitlab-ci.yml"
end