mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
4 lines
105 B
YAML
4 lines
105 B
YAML
language: nix
|
|
script:
|
|
- nix-env -iA nixpkgs.jq
|
|
- nix eval -f ./ci.nix --arg release.e2e false test-check
|