Fixed tar artifacts containing cache data

This commit is contained in:
Chris Kankiewicz
2020-06-01 17:17:59 -07:00
parent f5ecfd135f
commit 319144a685

View File

@@ -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