diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index faa7d3ef..935a287f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,10 @@ pages: - wget --quiet -O public/snapshots/sane-frontends-git$(date +%F).tar.gz $URL/frontends/repository/master/archive.tar.gz - wget --quiet -O backends.zip $URL/backends/-/jobs/artifacts/master/download?job=archive - unzip -oqd public/snapshots backends.zip + - mv public/snapshots/lists public/lists + - mv public/lists/sane-backends.html public/lists/sane-backends-cvs.html + - mv public/lists/sane-mfgs.html public/lists/sane-mfgs-cvs.html + - rm public/lists/sane-mfgs-external.html - wget --quiet -O frontends.zip $URL/frontends/-/jobs/artifacts/master/download?job=archive - unzip -oqd public/snapshots frontends.zip artifacts: