Skip to content
Snippets Groups Projects
Commit df942c46 authored by Bob Mottram's avatar Bob Mottram
Browse files

Invert logic

parent 0c20a62f
No related branches found
No related tags found
No related merge requests found
......@@ -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`
......
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