Disable noble as its broken

This commit is contained in:
Igor
2024-04-23 11:08:05 +02:00
committed by GitHub
parent 49515abb1b
commit 8307eb724b

View File

@@ -33,7 +33,7 @@ jobs:
echo 'JSON_CONTENT<<EOF' >> $GITHUB_OUTPUT
# cycle non eos distributions and skip exotics
releases=($(grep -rw config/distributions/*/support -ve 'eos' | cut -d"/" -f3 | grep -Ev "bullseye|mantic|sid|trixie"))
releases=($(grep -rw config/distributions/*/support -ve 'eos' | cut -d"/" -f3 | grep -Ev "bullseye|mantic|sid|trixie|noble"))
# extract release name from the distribution
for i in ${releases[@]}; do
@@ -134,4 +134,4 @@ jobs:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2
with:
use_api: true
use_api: true