ci/cd
Mockband / build (push) Failing after 3s Details

This commit is contained in:
Neale Pickett 2024-01-04 19:37:25 -07:00
parent a326299ca0
commit 469be725af
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#! /bin/sh #! /bin/sh
set -e
log () { log () {
echo "=== $*" echo "=== $*"
} }