gitlab-runner: add patch for shell from v1 to latest version

wip/yesman
Pascal Bach 7 years ago
parent 4e404c5a70
commit da6f5e3b77
  1. 2
      pkgs/development/tools/continuous-integration/gitlab-runner/default.nix

@ -32,6 +32,8 @@ buildGoPackage rec {
sha256 = "0n8hcj2b1pb95x4bd7fb9ri43vgc4h2dj2v3iiziw2imqjyphfx4";
};
patches = [ ./v1-fix-shell-path.patch ];
buildInputs = [ go-bindata ];
preBuild = ''

Loading…
Cancel
Save