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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2022-04-26 23:31:42 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-04-28 18:06:19 +0300
commit9857f7d70983e7af2f0702035c67743d9e1fa3c0 (patch)
tree39ca4fd39f4b12d6c8f1ebee1565c590d8e37c81 /Makefile
parent7a166f3e432bc12ef4b22365aedfe120131b9e66 (diff)
Cleanup makefiles and remove outdated tasks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 216cfe6b..4644eeec 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,6 @@
IMPORT_PATH := gitlab.com/gitlab-org/gitlab-pages
V := 1
-# Space separated patterns of packages to skip in list, test, fmt.
-IGNORED_DIRS := internal/httputil internal/mocks
-
# GitLab Pages is statically compiled without CGO to help it in chroot mode
export CGO_ENABLED := 0