Commit e8101776505920f1cc471d057dbadf6265cefa79
1 parent
b01baa0d
Exists in
master
and in
13 other branches
Assume ohai has a binstub
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile
... | ... | @@ -2,7 +2,7 @@ PROJECT=gitlab |
2 | 2 | RELEASE_BUCKET=downloads-packages |
3 | 3 | RELEASE_BUCKET_REGION=eu-west-1 |
4 | 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 | 7 | build: |
8 | 8 | OMNIBUS_APPEND_TIMESTAMP=0 bin/omnibus build project ${PROJECT} | ... | ... |