Invert logic

This commit is contained in:
Bob Mottram 2018-05-07 17:34:54 +01:00
parent 0c20a62fdd
commit df942c46ce
1 changed files with 3 additions and 3 deletions

View File

@ -42,11 +42,11 @@ ARCHIVE = $(IMAGE).xz
SIGNATURE = $(ARCHIVE).sig
OWNER = 1000
ifeq ("$CONTINUOUS_INTEGRATION", "")
XZ =
SIGN =
else
XZ = xz --no-warn --verbose --keep --threads=0 -3 $(IMAGE)
SIGN = -gpg --output $(SIGNATURE) --detach-sig $(ARCHIVE)
else
XZ =
SIGN =
endif
# settings for `make test`