Store backend ci result
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
ecbc40d925
commit
6d898a206f
10
.drone.yml
10
.drone.yml
|
@ -6,14 +6,24 @@ name: Build backend
|
||||||
steps:
|
steps:
|
||||||
- name: Build backend
|
- name: Build backend
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
|
volumes:
|
||||||
|
- name: cache
|
||||||
|
path: /drone-shared
|
||||||
commands:
|
commands:
|
||||||
- cd backend
|
- cd backend
|
||||||
- nix-channel --update
|
- nix-channel --update
|
||||||
- nix-build
|
- nix-build
|
||||||
|
- cp result /drone-shared/jitsi-rooms-docker-image
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
include:
|
include:
|
||||||
- tag
|
- tag
|
||||||
|
- push
|
||||||
|
|
||||||
|
volumes
|
||||||
|
- name: drone-shared
|
||||||
|
host:
|
||||||
|
path: /tmp/drone-shared
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|
Loading…
Reference in a new issue