androi
This commit is contained in:
parent
fdbb91fec4
commit
d4d4f9e946
4 changed files with 30 additions and 28 deletions
|
|
@ -68,8 +68,8 @@ export def bump [...rest] {
|
|||
}
|
||||
let r = jj log -r @ --no-pager --no-graph --template 'change_id'
|
||||
sudo nix flake update
|
||||
let build_status = rebuild boot
|
||||
if $build_status {
|
||||
let build_success = rebuild boot
|
||||
if $build_success {
|
||||
jj desc -r $r -m $"bump (date now | format date "%Y-%m-%d")"
|
||||
jj bookmark set main -r $r
|
||||
jj git push --allow-empty-description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue