mirror of
https://github.com/ru-de/faq.git
synced 2024-11-22 18:32:19 +00:00
try
This commit is contained in:
parent
aae198d039
commit
9eeccc677f
@ -17,9 +17,9 @@ before_install:
|
|||||||
- git diff HEAD^ --name-status | grep "^D" -v | sed 's/^.\t//g' > changed_files_links
|
- git diff HEAD^ --name-status | grep "^D" -v | sed 's/^.\t//g' > changed_files_links
|
||||||
- sed -i -e 's/^/http:\/\/localhost\//' changed_files_links
|
- sed -i -e 's/^/http:\/\/localhost\//' changed_files_links
|
||||||
- sed -i -e 's/$/.html/' changed_files_links
|
- sed -i -e 's/$/.html/' changed_files_links
|
||||||
- wget --spider -erobots=off -r -nd -nv -H -l 1 -o broken_links.log -i changed_files_links
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- wget --spider -erobots=off -r -nd -H -l 1 -i changed_files_links
|
||||||
- cat broken_links.log
|
- cat broken_links.log
|
||||||
- sh files/.travis.sh
|
- sh files/.travis.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user