mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
ATS-935: Fix LibreOffice version in CI script (#510)
- in three places (it looks like 3rd place was missed as part of ATS-935)
This commit is contained in:
@@ -5,7 +5,7 @@ PS4="\[\e[35m\]+ \[\e[m\]"
|
|||||||
set -vex
|
set -vex
|
||||||
pushd "$(dirname "${BASH_SOURCE[0]}")/../"
|
pushd "$(dirname "${BASH_SOURCE[0]}")/../"
|
||||||
|
|
||||||
LIBREOFFICE_VERSION=6.3.5
|
LIBREOFFICE_VERSION=7.0.6
|
||||||
|
|
||||||
# Cache the LibreOffice distribution, as it is takes a long time to download and it can cause the
|
# 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)
|
# build to fail (no output for more than 10 minutes)
|
||||||
|
Reference in New Issue
Block a user