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:
montgolfiere 2022-01-06 16:19:37 +00:00 committed by GitHub
parent d95fc5e3bb
commit 105cc8d0af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)