From 61e2fee9f07528edff76abdbed95ef956b9dadb5 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Thu, 23 Apr 2026 20:04:34 +0200 Subject: [PATCH] Fixed some truncation 2 --- jenkins/324Tw | 2 +- jenkins/apmTw | 3 +-- jenkins/beteveTw | 2 +- jenkins/bomberscatTw | 2 +- jenkins/btvEsportsTw | 2 +- jenkins/btvLlenguaTw | 2 +- jenkins/btvNoticiesTw | 2 +- jenkins/comedygoldbcnTw | 2 +- 8 files changed, 8 insertions(+), 9 deletions(-) diff --git a/jenkins/324Tw b/jenkins/324Tw index 55c1744..b7a0966 100644 --- a/jenkins/324Tw +++ b/jenkins/324Tw @@ -31,7 +31,7 @@ pipeline { # Activate the virtual environment and install dependencies . venv/bin/activate && \ pip install --upgrade pip && \ - pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy + pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy grapheme # Check if moviepy is installed pip list | grep moviepy || { echo 'MoviePy installation failed!'; exit 1; } diff --git a/jenkins/apmTw b/jenkins/apmTw index 65f0b85..1a582a8 100644 --- a/jenkins/apmTw +++ b/jenkins/apmTw @@ -31,8 +31,7 @@ pipeline { # Activate the virtual environment and install dependencies . venv/bin/activate && \ pip install --upgrade pip && \ - pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy - + pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy grapheme # Check if moviepy is installed pip list | grep moviepy || { echo 'MoviePy installation failed!'; exit 1; } diff --git a/jenkins/beteveTw b/jenkins/beteveTw index 5f27e8e..deafcba 100644 --- a/jenkins/beteveTw +++ b/jenkins/beteveTw @@ -31,7 +31,7 @@ pipeline { # Activate the virtual environment and install dependencies . venv/bin/activate && \ pip install --upgrade pip && \ - pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy + pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy grapheme # Check if moviepy is installed pip list | grep moviepy || { echo 'MoviePy installation failed!'; exit 1; } diff --git a/jenkins/bomberscatTw b/jenkins/bomberscatTw index 6bfbb33..86419ec 100644 --- a/jenkins/bomberscatTw +++ b/jenkins/bomberscatTw @@ -32,7 +32,7 @@ pipeline { # Activate the virtual environment and install dependencies . venv/bin/activate && \ pip install --upgrade pip && \ - pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy + pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy grapheme # Check if moviepy is installed pip list | grep moviepy || { echo 'MoviePy installation failed!'; exit 1; } diff --git a/jenkins/btvEsportsTw b/jenkins/btvEsportsTw index fec8b0e..e4908e0 100644 --- a/jenkins/btvEsportsTw +++ b/jenkins/btvEsportsTw @@ -31,7 +31,7 @@ pipeline { # Activate the virtual environment and install dependencies . venv/bin/activate && \ pip install --upgrade pip && \ - pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy + pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy grapheme # Check if moviepy is installed pip list | grep moviepy || { echo 'MoviePy installation failed!'; exit 1; } diff --git a/jenkins/btvLlenguaTw b/jenkins/btvLlenguaTw index a872abc..f5ed781 100644 --- a/jenkins/btvLlenguaTw +++ b/jenkins/btvLlenguaTw @@ -31,7 +31,7 @@ pipeline { # Activate the virtual environment and install dependencies . venv/bin/activate && \ pip install --upgrade pip && \ - pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy + pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy grapheme # Check if moviepy is installed pip list | grep moviepy || { echo 'MoviePy installation failed!'; exit 1; } diff --git a/jenkins/btvNoticiesTw b/jenkins/btvNoticiesTw index c533a3c..45c2a66 100644 --- a/jenkins/btvNoticiesTw +++ b/jenkins/btvNoticiesTw @@ -31,7 +31,7 @@ pipeline { # Activate the virtual environment and install dependencies . venv/bin/activate && \ pip install --upgrade pip && \ - pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy + pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy grapheme # Check if moviepy is installed pip list | grep moviepy || { echo 'MoviePy installation failed!'; exit 1; } diff --git a/jenkins/comedygoldbcnTw b/jenkins/comedygoldbcnTw index 5ea74af..55d9671 100644 --- a/jenkins/comedygoldbcnTw +++ b/jenkins/comedygoldbcnTw @@ -31,7 +31,7 @@ pipeline { # Activate the virtual environment and install dependencies . venv/bin/activate && \ pip install --upgrade pip && \ - pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy + pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy grapheme # Check if moviepy is installed pip list | grep moviepy || { echo 'MoviePy installation failed!'; exit 1; }