ci: debug line
This commit is contained in:
parent
2ece36003d
commit
913c8bbbd7
3
ci
3
ci
@ -14,9 +14,9 @@ fi
|
||||
|
||||
tmux -2 attach-session -t $NAME
|
||||
|
||||
if [ "$CMD" = "run" ]; then
|
||||
trap ci_error INT TERM
|
||||
|
||||
if [ "$CMD" = "run" ]; then
|
||||
ci_branch=$(date +"%Y%m%dT%H%M%S%z")
|
||||
can_sign=0
|
||||
|
||||
@ -33,6 +33,7 @@ if [ "$CMD" = "run" ]; then
|
||||
nix flake update --commit-lock-file || handle_update_fail
|
||||
nix flake check || handle_check_fail
|
||||
else
|
||||
echo 'running "./ci run"'
|
||||
tmux select-window -t "=${NAME}:0"
|
||||
tmux send-keys -t "=${NAME}:0" "./ci run" ENTER
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user