From f525e7cea7be995826066514c9f51265ccfecc58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 22 Aug 2023 11:14:11 +0300 Subject: [PATCH] Drop 0.20 docs to reduce disk usage requirements https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/issues/482 Part-of: --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9281a077..df4f378fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,6 @@ variables: # (only relevant on main branch) RELEASES: 0.21=0.21 - 0.20=0.20 stages: - "trigger"