ACS-8421 [release] Transform Core 5.1.4-A1 [skip tests] (#982)

This commit is contained in:
Domenico Sibilio
2024-07-26 12:42:56 +02:00
committed by GitHub
parent c47b1255b8
commit f392b3742b
18 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ LIBREOFFICE_VERSION=7.2.5
# Cache the LibreOffice distribution, as it is takes a long time to download and it can cause the
# build to fail (no output for more than 10 minutes)
LIBREOFFICE_RPM_URL="https://nexus.alfresco.com/nexus/service/local/repositories/thirdparty/content/org/libreoffice/libreoffice-dist/${LIBREOFFICE_VERSION}/libreoffice-dist-${LIBREOFFICE_VERSION}-linux.gz"
LIBREOFFICE_RPM_URL="https://nexus.alfresco.com/nexus/service/local/repositories/thirdparty/org/libreoffice/libreoffice-dist/${LIBREOFFICE_VERSION}/libreoffice-dist-${LIBREOFFICE_VERSION}-linux.gz"
if [ -f "${HOME}/artifacts/libreoffice-dist-${LIBREOFFICE_VERSION}-linux.gz" ]; then
echo "Using cached LibreOffice distribution..."
else