CI: oops
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
1e0f54dc49
commit
859e61feb0
|
@ -6,9 +6,10 @@ let
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
};
|
};
|
||||||
tex = pkgs.callPackage ../nix/texlive.nix { };
|
tex = pkgs.callPackage ../nix/texlive.nix { };
|
||||||
|
version = "devel";
|
||||||
book = pkgs.stdenv.mkDerivation {
|
book = pkgs.stdenv.mkDerivation {
|
||||||
pname = "lewa-book";
|
pname = "lewa-book";
|
||||||
version = "devel";
|
inherit version;
|
||||||
src = ./.;
|
src = ./.;
|
||||||
phases = "buildPhase installPhase";
|
phases = "buildPhase installPhase";
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
@ -34,7 +35,7 @@ let
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in pkgs.dockerTools.buildLayeredImage {
|
in pkgs.dockerTools.buildLayeredImage {
|
||||||
name = "xena/lewa-book:${book.version}";
|
name = "xena/lewa-book:${version}";
|
||||||
contents = [ book nur.repos.xe.quickserv ];
|
contents = [ book nur.repos.xe.quickserv ];
|
||||||
config.Cmd = [ "/bin/quickserv" "-port=9001" "-dir=/book" ];
|
config.Cmd = [ "/bin/quickserv" "-port=9001" "-dir=/book" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue