gitlab-ci: rebuild website after creation of snapshot packages

time-shift
Houtan Bastani 2019-09-23 14:49:20 +02:00
parent c159184e20
commit 2dbfd3c723
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 1 additions and 0 deletions

View File

@ -220,3 +220,4 @@ deploy_snapshot_unstable:
- f=(windows/zip/*) && cp ${f[0]} /srv/www.dynare.org/snapshot/windows-zip/ && ln -sf ${f[0]##*/} /srv/www.dynare.org/snapshot/windows-zip/dynare-latest-win.zip
- f=(macOS/pkg/*) && cp ${f[0]} /srv/www.dynare.org/snapshot/macos/ && ln -sf ${f[0]##*/} /srv/www.dynare.org/snapshot/macos/dynare-latest-macos.pkg
- ~/update-snapshot-list.sh
- curl -X POST -F token="$WEBSITE_PIPELINE_TRIGGER_TOKEN" -F ref=master https://git.dynare.org/api/v4/projects/40/trigger/pipeline