From 95a095482fa679fb8bd654eb0573bb1171939448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Fri, 14 Jan 2022 16:51:49 +0100 Subject: [PATCH] gitlab-ci: disable rust-doc --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f68f15..5b73c37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,7 +66,7 @@ test-stable: - cargo build --color=always --all-targets - cargo test --color=always -rustdoc: +.rustdoc: extends: - .fedora - .fdo.distribution-image@fedora