Commit 5a2891f952bada0c01d75662937fe016df76f3e0

Authored by Jacob Vosmaer
2 parents e903461f e8101776
Exists in 6-8-stable

Merge branch 'master' of gitlab.com:gitlab-org/omnibus-gitlab into 6-8-stable

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -2,7 +2,7 @@ PROJECT=gitlab @@ -2,7 +2,7 @@ PROJECT=gitlab
2 RELEASE_BUCKET=downloads-packages 2 RELEASE_BUCKET=downloads-packages
3 RELEASE_BUCKET_REGION=eu-west-1 3 RELEASE_BUCKET_REGION=eu-west-1
4 SECRET_DIR:=$(shell openssl rand -hex 20) 4 SECRET_DIR:=$(shell openssl rand -hex 20)
5 -PLATFORM_DIR:=$(shell ohai platform | ruby -rjson -e 'puts JSON.parse(ARGF.read).first') 5 +PLATFORM_DIR:=$(shell bin/ohai platform | ruby -rjson -e 'puts JSON.parse(ARGF.read).first')
6 6
7 build: 7 build:
8 OMNIBUS_APPEND_TIMESTAMP=0 bin/omnibus build project ${PROJECT} 8 OMNIBUS_APPEND_TIMESTAMP=0 bin/omnibus build project ${PROJECT}