The web page is now consumed via the 'pages' job and thus we don't need to keep the old one around. Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> --- .gitlab-ci.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ee945aa0a..90b1cfc3e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,37 +78,6 @@ include: - .cross_build_job - .gitlab_cross_build_job_local_env -# LEGACY web page build -# -# This artifact published by this job is downloaded by libvirt.org to -# be deployed to the web root: -# https://gitlab.com/libvirt/libvirt/-/jobs/artifacts/master/download?job=website -.website_job: - script: - - source ci/jobs.sh - - run_website_build - after_script: - - test "$CI_JOB_STATUS" != "success" && exit 1; - - mv install/usr/share/doc/libvirt/html/ website - artifacts: - expose_as: 'Website' - name: 'website' - when: on_success - expire_in: 30 days - paths: - - website - -website_prebuilt_env_legacy: - extends: - - .website_job - - .gitlab_native_build_job_prebuilt_env - needs: - - job: x86_64-almalinux-8-container - optional: true - variables: - NAME: almalinux-8 - - # This job builds the website and publishes it in the following ways: # - 'pages' # - publishing for gitlab pages -- 2.43.0 _______________________________________________ Devel mailing list -- devel@xxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxx