gitlab: fix asset building for CE
We have to specify if we're building CE or EE otherwise at least some JS building was broken, resulting in e.g. broken "boards" pages.
This commit is contained in:
parent
0129b95b13
commit
6bf0ed8e02
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ let
|
|||
# One of the patches uses this variable - if it's unset, execution
|
||||
# of rake tasks fails.
|
||||
GITLAB_LOG_PATH = "log";
|
||||
FOSS_ONLY = !gitlabEnterprise;
|
||||
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
|
|
Loading…
Reference in a new issue