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.
wip/yesman
Robin Gloster 4 years ago
parent 0129b95b13
commit 6bf0ed8e02
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
  1. 1
      pkgs/applications/version-management/gitlab/default.nix

@ -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…
Cancel
Save