From da9c05ace55b028e4e99b32ee6bf8b2d29c288b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 14 Oct 2024 14:08:37 +0200 Subject: [PATCH] Don't fail on missing c2cciutils-env (2.7, 2.8) --- .github/workflows/rebuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild.yaml b/.github/workflows/rebuild.yaml index 5122c2f68..31a3a6f7a 100644 --- a/.github/workflows/rebuild.yaml +++ b/.github/workflows/rebuild.yaml @@ -45,7 +45,7 @@ jobs: python-version: '3.11' - run: python3 -m pip install --requirement=ci/requirements.txt - name: Environment information - run: c2cciutils-env + run: c2cciutils-env || true - run: touch env.secrets - run: sed -i '/^DOCKER_TAG=/d' env.project