Welcome to mirror list, hosted at ThFree Co, Russian Federation.

check_symlinks.sh « scripts - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f76892be12fc36357365fa9b55bbf8332c18904 (plain)
1
2
3
4
5
6
7
#!/bin/sh

bundle exec rake -T | grep symlink_readmes
if [ $? -eq 0 ]
then
  bundle exec rake symlink_readmes
fi