mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Deploy docs direct in Travis CI (#11727)
* deploy_docs direct in travis * forgot chmod
This commit is contained in:
@@ -67,10 +67,6 @@ class DevCheckCommand extends LnmsCommand
|
||||
|
||||
$result = $this->helper->run();
|
||||
|
||||
if (getenv('EXECUTE_BUILD_DOCS') && $this->helper->getFlag('docs_changed')) {
|
||||
exec('bash scripts/deploy-docs.sh');
|
||||
}
|
||||
|
||||
if ($result == 0 && $this->helper->allChecksComplete()) {
|
||||
$this->line("\033[32mTests ok, submit away :)\033[0m");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user