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-23 06:21:27 +0300
committerEvan Read <eread@gitlab.com>2022-05-23 06:22:34 +0300
commit2727472f97c6b7eee93a62f4ecdb6e3619d4794b (patch)
tree8b77fe89cf22072d32c5400b23a35fd4f0d73d76 /Makefile
parentb1b77af68f51394f96ad22b45b3ef87dfc468521 (diff)
Rename main.Dockerfile to latest.Dockerfileeread/rename-main-dockerfile-to-latest
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e39676b..0b911ef1 100644
--- a/Makefile
+++ b/Makefile
@@ -97,4 +97,4 @@ brew-bundle:
test: setup brew-bundle
@printf "\n$(INFO)INFO: Running all tests..$(INFO_END)\n"
- @bundle exec rspec && yarn test && yarn eslint && yarn prettier && hadolint main.Dockerfile .gitpod.Dockerfile **/*.Dockerfile && yamllint .gitlab-ci.yml content/_data
+ @bundle exec rspec && yarn test && yarn eslint && yarn prettier && hadolint latest.Dockerfile .gitpod.Dockerfile **/*.Dockerfile && yamllint .gitlab-ci.yml content/_data