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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user