Commit 86a8c3b8992215a8205baf6cbdedb17da612e86e
1 parent
2a58a9a7
Exists in
master
and in
2 other branches
Update the Makefile for omnibus-ruby 3.2.1
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile
... | ... | @@ -5,7 +5,7 @@ SECRET_DIR:=$(shell openssl rand -hex 20) |
5 | 5 | PLATFORM_DIR:=$(shell ruby -rjson -e 'puts JSON.parse(`bin/ohai`).values_at("platform", "platform_version").join("-")') |
6 | 6 | |
7 | 7 | build: |
8 | - OMNIBUS_APPEND_TIMESTAMP=0 bin/omnibus build project ${PROJECT} | |
8 | + bin/omnibus build ${PROJECT} --override append_timestamp:false --log-level info | |
9 | 9 | |
10 | 10 | do_release: no_changes on_tag purge build move_to_platform_dir sync |
11 | 11 | ... | ... |