mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-22 21:54:15 +02:00
Fixed tar artifacts containing cache data
This commit is contained in:
2
Makefile
2
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
|
||||
|
Reference in New Issue
Block a user