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:
authorRussell Dickenson <rdickenson@gitlab.com>2022-05-31 03:44:08 +0300
committerRussell Dickenson <rdickenson@gitlab.com>2022-05-31 03:44:08 +0300
commit0c4d450cbebd47b3e763be6b104b1e7cb4266cb2 (patch)
treea4ba142f0d9439fef118f5eada3768caee7c5ae6
parent0f597c7a1531ffa2839835a98b96f2cc1b9d16c2 (diff)
parent186c98b2abc558ca2fb7f4290bf9a9afaffa992f (diff)
Merge branch 'eread/fix-make-target-call' into 'main'
Fix call to Make target See merge request gitlab-org/gitlab-docs!2740
-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