fix(build): Work around arbitrary new maxLayers restriction

This commit is contained in:
Vincent Ambo 2020-10-27 12:52:05 +01:00 committed by Vincent Ambo
parent ad0541940f
commit 4ce32adfe8

View file

@ -14,7 +14,7 @@ before_script:
- nix-env -f '<nixpkgs>' -iA -A go
script:
- test -z $(gofmt -l server/ build-image/)
- nix-build --arg maxLayers 1
- nix-build --arg maxLayers 2
# This integration test makes sure that the container image built
# for Nixery itself runs fine in Docker, and that images pulled