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:
Robin Gloster
2020-01-13 15:51:37 +01:00
parent 0129b95b13
commit 6bf0ed8e02

View File

@@ -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