From: Caroline Cyr La Rose Date: Tue, 7 Jan 2020 21:46:49 +0000 (-0500) Subject: changed gitlab-ci.yml to reflect the right version X-Git-Tag: 20.05.00~76 X-Git-Url: http://git.equinoxoli.org/?p=kohadocs.git;a=commitdiff_plain;h=bf2964866934ba9e8eb9522756207a536e28db6e changed gitlab-ci.yml to reflect the right version --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d587d6e..7ca0f65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ production: - DEBIAN_FRONTEND=noninteractive apt-get install -y python3-sphinx python3-sphinxcontrib.spelling python3-stemmer make rsync - make all_epub # build/LANG/epub - make all_html # build/LANG/html - - rsync -c -u -r -e "ssh" --progress build/* chrisc@www.koha-community.org:/var/www/manual/20.05/ + - rsync -c -u -r -e "ssh" --progress build/* chrisc@www.koha-community.org:/var/www/manual/19.11/ only: - master@koha-community/koha-manual environment: production