From 98dcbb703e7b3fa78a6a71ebd25c6106d7ff6715 Mon Sep 17 00:00:00 2001 From: Mathieu Le Marec - Pasquet Date: Sun, 14 Sep 2025 20:00:39 +0300 Subject: [PATCH 1/2] disable ubuntu:latest build on 3.0 --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3597dbf9..68733e62 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -118,7 +118,7 @@ jobs: - "corpusops/ubuntu:22.04" - "corpusops/ubuntu:20.04" #- "corpusops/ubuntu:18.04" - - "corpusops/ubuntu:latest" + #- "corpusops/ubuntu:latest" #- "corpusops/debian:buster" - "corpusops/debian:bullseye" #- "corpusops/debian:sid" From ac008b7a32044f063f4c772c1f534d0319deffd5 Mon Sep 17 00:00:00 2001 From: Mathieu Le Marec - Pasquet Date: Sun, 14 Sep 2025 20:00:39 +0300 Subject: [PATCH 2/2] doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fde9482d..cae8d306 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ We provide a semi-automatic way to proceed to ``2.0`` upgrade not to break old i ``` cd $corpusops_bootstrap && \ git pull && \ - ./bin/install.sh -C -b 2.0 && \ + ./bin/install.sh -C -b 3.0 && \ bin/install.sh -C && \ rm -f .corpusops/corpusops_branch ```