Skip to content
Snippets Groups Projects
Commit 7c6732f5 authored by jurgenhaas's avatar jurgenhaas
Browse files

Do not prepare projects in ci context

parent 05ba02c7
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class Handler extends BaseHandler {
public function prepareDevProjects() {
// We only do the fancy stuff for developers.
if (!$this->isDevMode()) {
if (!$this->isDevMode() || $this->isCiContext()) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment