Module: LogCabin::Modules::GitlabTag

Defined in:
lib/prospectus/modules/gitlab_tag.rb

Overview

Pull state from a Gitlab tag

Instance Method Summary collapse

Instance Method Details

#load!Object



13
14
15
16
# File 'lib/prospectus/modules/gitlab_tag.rb', line 13

def load!
  raise('No repo specified') unless @repo
  @state.value = regex_helper(tag)
end