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-06-02 04:33:04 +0300
committerEvan Read <eread@gitlab.com>2022-06-03 09:13:05 +0300
commit994993086f0a5c50257b8599927b63759a9cefd0 (patch)
treede0991345ceb29d362759baa488d4df5b4127e67 /scripts
parente5084f6b9125e64f3a743aa193dd3647b9262235 (diff)
Remove scripts for checking READMEs that are no longer needed
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_symlinks.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/check_symlinks.sh b/scripts/check_symlinks.sh
deleted file mode 100755
index 2f76892b..00000000
--- a/scripts/check_symlinks.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-bundle exec rake -T | grep symlink_readmes
-if [ $? -eq 0 ]
-then
- bundle exec rake symlink_readmes
-fi