[master] f83c1f58d circleci: Remove debian:stretch job remnant

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Jul 27 17:29:05 UTC 2022


commit f83c1f58d22215fd39fb9c155a7661ea46583010
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Jul 27 19:28:00 2022 +0200

    circleci: Remove debian:stretch job remnant

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2920b72c5..0a32ce358 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -208,7 +208,7 @@ jobs:
         description: the Linux distribution (debian|ubuntu)
         type: string
       release:
-        description: the release name (stretch|buster|bionic|focal)
+        description: the release name (buster|bullseye|bionic|focal|jammy)
         type: string
       make_target:
         description: the make target to execute during the build
@@ -460,7 +460,6 @@ workflows:
                 - ubuntu:jammy
                 - debian:buster
                 - debian:bullseye
-                - debian:stretch
                 - centos:7
                 - centos:stream
                 - almalinux:8


More information about the varnish-commit mailing list