ci: add upload artifacts step
This commit is contained in:
parent
8c14a466a4
commit
ab4f7ce575
1 changed files with 10 additions and 10 deletions
20
.drone.yml
20
.drone.yml
|
@ -22,15 +22,15 @@ type: exec
|
||||||
name: Tests
|
name: Tests
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
#- name: "Tests"
|
- name: "Tests"
|
||||||
# environment:
|
environment:
|
||||||
# NIX_FLAGS: "--print-build-logs --verbose"
|
NIX_FLAGS: "--print-build-logs --verbose"
|
||||||
# commands:
|
commands:
|
||||||
# - 'echo DEBUG: Using NIX_FLAGS: $NIX_FLAGS'
|
- 'echo DEBUG: Using NIX_FLAGS: $NIX_FLAGS'
|
||||||
# - nix $$NIX_FLAGS build ".#checks.x86_64-linux.customTestFor-PubSolarOS-firstTest"
|
- nix $$NIX_FLAGS build ".#checks.x86_64-linux.customTestFor-PubSolarOS-firstTest"
|
||||||
# - nix-store --read-log result
|
- nix-store --read-log result
|
||||||
# - nix $$NIX_FLAGS flake check
|
- nix $$NIX_FLAGS flake check
|
||||||
# - nix $$NIX_FLAGS develop --command echo OK
|
- nix $$NIX_FLAGS develop --command echo OK
|
||||||
|
|
||||||
- name: "Upload artifacts"
|
- name: "Upload artifacts"
|
||||||
environment:
|
environment:
|
||||||
|
@ -109,6 +109,6 @@ volumes:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: dcde993164155e5f45b39c442bf619cd1cdb9172d4671a62c94c02217af9c339
|
hmac: acccfe3037cc6927054446b301c98bfcd860fa8d0d2e1d4974640d2ee742f3db
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Reference in a new issue