ci: always set var for checking

This commit is contained in:
Aaron Bieber 2023-01-29 08:58:35 -07:00
parent 7b428bc559
commit 57f8fc86ef
No known key found for this signature in database

4
ci
View File

@ -2,6 +2,8 @@
. ./common.sh
CMD=${1:-""}
set -eu
NAME="CI"
@ -17,7 +19,7 @@ tmux -2 attach-session -t "$NAME"
trap ci_error INT TERM
if [ "$1" = "run" ]; then
if [ "$CMD" = "run" ]; then
ci_branch=$(date +"%Y%m%dT%H%M%S%z")
can_sign=0