From 5f8b6c2e8745cc3d29b9f27b45b140e37e78ff1a Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 9 Feb 2022 11:14:02 -0800 Subject: GitLab CI: Disable the Documentation job for now. Disable the Documentation job until we can git versioned docs in place, otherwise we'll unexpectedly clobber the master docs. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 635d7d2017..f380b7b139 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -349,9 +349,9 @@ macOS Intel Package: - ctest --parallel 4 --output-on-failure needs: [] -# Build Wireshark manuals -# Note: Need ubuntu:focal with `ruby-coderay` and `ruby-asciidoctor-pdf` packages to build PDF docs -Documentation: +# Build the User's Guide and Developer's Guide +# Disabled until we have versioned docs. +.Documentation: extends: .build-linux image: registry.gitlab.com/wireshark/wireshark-containers/ubuntu-dev rules: -- cgit v1.2.3