Update '.drone.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-07-08 23:25:22 +00:00
parent 5776b802a1
commit 99cea1445e
1 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ steps:
commands:
- cd elfs
- cargo login $CARGO_TOKEN
- cargo publish
- "cargo publish ||:"
environment:
CARGO_TOKEN:
from_secret: CARGO_TOKEN
@ -51,7 +51,7 @@ steps:
commands:
- cd gitea
- cargo login $CARGO_TOKEN
- cargo publish
- "cargo publish ||:"
environment:
CARGO_TOKEN:
from_secret: CARGO_TOKEN
@ -69,7 +69,7 @@ steps:
environment:
USER: root
commands:
- cachix use xe
- true # cachix use xe
- nix-build docker.nix
- cp $(readlink result) /result/docker.tgz
volumes: