]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: add --skip-po hack to fedora-docdist/test as well
authorAlexander Sosedkin <asosedkin@redhat.com>
Sun, 8 Feb 2026 19:56:33 +0000 (20:56 +0100)
committerAlexander Sosedkin <asosedkin@redhat.com>
Mon, 9 Feb 2026 08:19:28 +0000 (09:19 +0100)
Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
.gitlab-ci.yml

index 2adf8abde09b83e28a785f921b46d4ce14d0282c..859df4b533728cd93dc94586b4c150fa9d024e9c 100644 (file)
@@ -190,6 +190,8 @@ fedora-docdist/test:
   needs:
     - fedora-docdist/build
   script:
+    # Fake distcheck-hook that checks bootstrap is called without --skip-po
+    - mkdir -p po/.reference
     - make -j$CHECKJOBS distcheck
   when: manual