From bff684e2aa6922ba986020dde4f197e70dc14849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 11 Sep 2019 15:03:23 +0200 Subject: [PATCH] CI: restore the dynare-latest-* symlinks --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c562e1264..ff2aef312 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -193,7 +193,7 @@ deploy_snapshot_unstable: - pkg_source - pkg_windows script: - - cp *.tar.xz /srv/www.dynare.org/snapshot/source/ - - cp windows/exe/* /srv/www.dynare.org/snapshot/windows/ - - cp windows/zip/* /srv/www.dynare.org/snapshot/windows-zip/ + - cp *.tar.xz /srv/www.dynare.org/snapshot/source/ && ln -sf *.tar.xz /srv/www.dynare.org/snapshot/source/dynare-latest-src.tar.xz + - f=windows/exe/* && cp $f /srv/www.dynare.org/snapshot/windows/ && ln -sf ${f##*/} /srv/www.dynare.org/snapshot/windows/dynare-latest-win.exe + - f=windows/zip/* && cp $f /srv/www.dynare.org/snapshot/windows-zip/ && ln -sf ${f##*/} /srv/www.dynare.org/snapshot/windows-zip/dynare-latest-win.zip - ~/update-snapshot-list.sh