Sha256: 3e422785d1a50d8cf217e22780a83b0f965209fd71b5347dea8c6594d3a9986e
Contents?: true
Size: 600 Bytes
Versions: 5
Compression:
Stored size: 600 Bytes
Contents
# base url to gitlab instance, defaults to url provided by CI runner # or can override in the local config base_url: <%= require 'uri'; "https://#{URI(ENV['CI_PROJECT_URL']).host.to_s}/api/v3/projects" %> project_id: <%= ENV['CI_PROJECT_ID'] %> # private token is specific to gitlab and must be set in the variables settings private_token: <%= ENV['PRIVATE_TOKEN'] %> provider_name: 'gitlab' version_requirement: '8.13' # if the variable is present then this provider should be used detected: <%= !! ENV['GITLAB_CI'] %> tags_path: 'repository/tags' commits_path: 'repository/commits' no_verify: true
Version data entries
5 entries across 5 versions & 1 rubygems