Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2021-05-18 08:37:03 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-06-02 07:59:32 +0300
commit182ee28e4644726a21433366865456be2114ba25 (patch)
tree7b14f96a61508536dc3f8f108ed7215ecae5e68b /Makefile.util.mk
parent2d33f6c4f92e0850ccebcf608299694aaf16a4d3 (diff)
Zip test content
Diffstat (limited to 'Makefile.util.mk')
-rw-r--r--Makefile.util.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.util.mk b/Makefile.util.mk
index 7037f2ce..3d803945 100644
--- a/Makefile.util.mk
+++ b/Makefile.util.mk
@@ -60,3 +60,9 @@ changelog:
ifndef GITLAB_PRIVATE_TOKEN
$(error GITLAB_PRIVATE_TOKEN is undefined)
endif
+
+.PHONY: zip
+
+zip:
+ cd $(PWD)/shared/pages/$(PROJECT_SUBDIR)/ && \
+ zip -r public.zip public/