Commit 12ec5932 authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Fix wget call; we need to download the stretch one.

parent fa6de719
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -136,7 +136,8 @@ Add gitlab-ci.yml

   .. code-block::

       wget https://salsa.debian.org/lts-team/packages/miscellaneous/-/raw/main/buster/.gitlab-ci.yml -P debian
       wget https://salsa.debian.org/lts-team/packages/miscellaneous/-/raw/main/stretch/.gitlab-ci.yml -P debian
       sed -i -e 's@stretch@buster@g' debian/.gitlab-ci.yml

   The full documentation for the Debian pipeline `may be found on the salsa-ci-team/pipeline repository <https://salsa.debian.org/salsa-ci-team/pipeline>`_.