mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-05 16:17:47 +00:00
migrate to gitlab ci
This commit is contained in:
parent
cbae163e6c
commit
a23a21c6f2
2 changed files with 8 additions and 15 deletions
15
.drone.yml
15
.drone.yml
|
@ -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
8
.gitlab-ci.yml
Normal 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
|
Loading…
Add table
Reference in a new issue