1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-05 08:07:16 +00:00

migrate to gitlab ci

This commit is contained in:
Jörg Thalheim 2021-11-29 10:13:40 +01:00
parent cbae163e6c
commit a23a21c6f2
2 changed files with 8 additions and 15 deletions

View file

@ -1,15 +0,0 @@
---
kind: pipeline
name: nixos-tests
type: exec
steps:
- name: test
commands:
- nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz -A sops-install-secrets.tests
- nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-21.05.tar.gz -A sops-install-secrets.tests
---
kind: signature
hmac: df547336a0317ffe1dd419138c0552b79189c7caf0cc86c98bba9ca5bea22ea9
...

8
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,8 @@
stages:
- build
build-job:
stage: build
script:
- nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz -A sops-install-secrets.tests
- nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-21.05.tar.gz -A sops-install-secrets.tests