diff options
| author | Gerald Combs <gerald@zing.org> | 2022-02-09 11:14:02 -0800 |
|---|---|---|
| committer | Gerald Combs <gerald@zing.org> | 2022-02-09 11:14:02 -0800 |
| commit | 5f8b6c2e8745cc3d29b9f27b45b140e37e78ff1a (patch) | |
| tree | f93f4c1cb109d7ebdaefccf509eef3c179877078 | |
| parent | 560671d2b16cbdd94114204b5b31498f872c59a6 (diff) | |
| download | wireshark-5f8b6c2e8745cc3d29b9f27b45b140e37e78ff1a.tar.gz wireshark-5f8b6c2e8745cc3d29b9f27b45b140e37e78ff1a.tar.bz2 wireshark-5f8b6c2e8745cc3d29b9f27b45b140e37e78ff1a.zip | |
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.
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files 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: |
