Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
gitlab-ee: Add ee rubyEnv, fixes regression introduced by 11.3.0 in #…
Browse files Browse the repository at this point in the history
…45574
  • Loading branch information
Kristoffer Thømt Ravneberg committed Oct 8, 2018
1 parent d837338 commit 0083ca1
Show file tree
Hide file tree
Showing 7 changed files with 5,382 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/gitlab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
rubyEnv = bundlerEnv {
name = "gitlab-env-${version}";
inherit ruby;
gemdir = ./.;
gemdir = ./rubyEnv- + "${if gitlabEnterprise then "ee" else "ce"}";
groups = [ "default" "unicorn" "ed25519" "metrics" ];
};

Expand Down

0 comments on commit 0083ca1

Please sign in to comment.