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:
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