From 319144a6853a401aa9dc9d4b699a7f2befa9ce34 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Mon, 1 Jun 2020 17:17:59 -0700 Subject: [PATCH] Fixed tar artifacts containing cache data --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b350d7..72242a8 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ clear-cache: # Clear the application cache @rm app/cache/* -rfv tar: # Generate tarball - @tar --exclude-vcs --exclude app/cache/* --exclude app/resources \ + @tar --exclude-vcs --exclude=app/cache/* --exclude=app/resources \ --create --gzip --file artifacts/$(ARTIFACT_NAME).tar.gz $(ARTIFACT_FILES) zip: # Generate zip file