skip if timestamps 0 and add all qf maps
All checks were successful
Generate Map Previews for Switzerland25 Tournament / Full CI/CD Pipeline (push) Successful in 6s
All checks were successful
Generate Map Previews for Switzerland25 Tournament / Full CI/CD Pipeline (push) Successful in 6s
This commit is contained in:
@@ -101,6 +101,10 @@ jobs:
|
||||
START=$(echo "$ENTRY" | jq -r '.start')
|
||||
END=$(echo "$ENTRY" | jq -r '.end')
|
||||
|
||||
if [ "$START" -eq 0 ] && [ "$END" -eq 0 ]; then
|
||||
continue
|
||||
fi
|
||||
|
||||
OUT_VIDEO_DIR="$OUTPUT_DIR/$STAGE"
|
||||
OUT_VIDEO_FILE="$OUT_VIDEO_DIR/$REPLAY_NAME.mp4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user