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>2023-02-03 01:00:13 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-02-03 01:00:13 +0300
commitb322c33c1ece6a4e34e3283bb4ae379c53cc6b46 (patch)
treee6128d3c54054100b91bded805518b9dc6ee4d3c /Makefile
parent744bec1069a249ae10d656961bd13ae1653b9558 (diff)
Update gem and bundler in Gitpod before installing Ruby dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8368c58..7e0133b7 100644
--- a/Makefile
+++ b/Makefile
@@ -159,7 +159,7 @@ hadolint-tests:
yamllint-tests:
@printf "\n$(INFO)INFO: Running yamllint tests...$(END)\n"
- @yamllint .gitlab-ci.yml content/_data
+ @yamllint .gitlab-ci.yml .gitpod.yml content/_data
markdownlint-tests:
@printf "\n$(INFO)INFO: Running markdownlint tests...$(END)\n"