mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 18:30:43 -06:00
delete flake-lock if system buil fails
This commit is contained in:
parent
4a284cce19
commit
b8038f521b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
|
@ -93,3 +93,4 @@ jobs:
|
||||||
--debug \
|
--debug \
|
||||||
-- \
|
-- \
|
||||||
--print-build-logs
|
--print-build-logs
|
||||||
|
[[ $? -ne 0 ]] && git push origin :flake-lock
|
||||||
|
|
Loading…
Reference in a new issue