Skip to content
Snippets Groups Projects
Commit 51fa3582 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Add opensuse to platform and build on tags too.

parent fc51ee3b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -209,6 +209,14 @@ Centos 7:
- cache
- gems
<<: *tag_build
OpenSUSE 13.2:
image: "dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder:opensuse13.2"
cache:
key: "OpenSUSE 13.2 branch"
paths:
- cache
- gems
<<: *tag_build
 
Ubuntu 12.04 branch:
image: "dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder:precise"
Loading
Loading
Loading
Loading
@@ -38,6 +38,9 @@ def repo_string
when /^7\./
version = '7'
end
when 'opensuse'
os = ohai['platform']
version = ohai['platform_version']
end
 
if os == :unknown or version == :unknown
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment