ci: add upload artifacts step
This commit is contained in:
parent
06fa4cccf7
commit
a190c977ee
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:
|
||||||
|
@ -111,6 +111,6 @@ volumes:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: fbf5e1c470ad2bf0303a473b9388e31836a0e6718ef5c1cf3eac743602da0b50
|
hmac: e324e5ec70a901dd262576252e6f661bdd608d91445693ab3043f4f13f682b87
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Reference in a new issue