data pipeline refactor and fix

This commit is contained in:
2026-04-13 18:30:04 -04:00
parent 6418729b16
commit 326bf80846
96 changed files with 7107 additions and 1763 deletions

View File

@@ -43,7 +43,7 @@ if [ "$PROJECT" == "dev" ]; then
fi
if [ "$DEV" == "1" ]; then
TAG="dev`date +%Y%m%d%H%M%S`"
TAG="dev`date -u +%Y%m%d%H%M%S`"
if [ "$1" != "" ]; then
CONFIG=$1
shift