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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-05-31 01:02:40 +0300
committerEvan Read <eread@gitlab.com>2022-05-31 01:02:40 +0300
commit186c98b2abc558ca2fb7f4290bf9a9afaffa992f (patch)
treea4ba142f0d9439fef118f5eada3768caee7c5ae6
parent0f597c7a1531ffa2839835a98b96f2cc1b9d16c2 (diff)
Fix call to Make target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8ef0b7f..2d5dd7de 100644
--- a/Makefile
+++ b/Makefile
@@ -123,4 +123,4 @@ yamllint-tests:
@printf "\n$(INFO)INFO: Running yamllint tests..$(INFO_END)\n"
@yamllint .gitlab-ci.yml content/_data
-test: setup brew-bundle rspec-test jest-tests eslint-tests prettier-tests stylelint-tests hadolint-tests yamllint-tests
+test: setup brew-bundle rspec-tests jest-tests eslint-tests prettier-tests stylelint-tests hadolint-tests yamllint-tests