move drone.yml
This commit is contained in:
parent
d66225e65e
commit
8ac37f33f3
|
@ -1,11 +1,12 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: Tests push
|
name: Build backend
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
|
- cd backend
|
||||||
- nix-channel --update
|
- nix-channel --update
|
||||||
- nix-build
|
- nix-build
|
||||||
trigger:
|
trigger:
|
Loading…
Reference in a new issue