1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-06 16:47:41 +00:00
sops-nix/.buildkite/pipeline.yml

6 lines
354 B
YAML
Raw Normal View History

2020-07-12 21:14:27 +01:00
steps:
- name: "NixOS tests (unstable)"
command: "nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz -A sops-install-secrets.tests"
- name: "NixOS tests (20.03)"
command: "nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz -A sops-install-secrets.tests"