data pipeline refactor and fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user