module LogCabin::Modules::GitlabTag
Pull state from a Gitlab tag
Public Instance Methods
load!()
click to toggle source
# File lib/prospectus/modules/gitlab_tag.rb, line 13 def load! raise('No repo specified') unless @repo @state.value = regex_helper(tag) end
Private Instance Methods
tag()
click to toggle source
# File lib/prospectus/modules/gitlab_tag.rb, line 27 def tag @tag = filter_helper(tags).first end