Skip to content

Commit 235835c

Browse files
committed
chore: remove current workflow
Relates #133 Signed-off-by: Gabriele Bartolini <[email protected]>
1 parent 1a93a00 commit 235835c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+8
-6243
lines changed

.github/generate-strategy.sh

-108
This file was deleted.

.github/workflows/build.yml .github/workflows/build.yaml.REMOVE

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths-ignore:
8-
- Debian/ClusterImageCatalog*.yaml
8+
- SYSTEM_IMAGES/Debian/ClusterImageCatalog*.yaml
99
workflow_dispatch:
1010

1111
env:
@@ -194,10 +194,10 @@ jobs:
194194

195195
- name: Update ClusterImageCatalog
196196
run: |
197-
yq eval-all '. as $item ireduce ({}; . *+ $item )' clusterimagecatalog/*-bullseye.yaml > Debian/ClusterImageCatalog-bullseye.yaml
198-
yq eval-all '. as $item ireduce ({}; . *+ $item )' clusterimagecatalog/*-bookworm.yaml > Debian/ClusterImageCatalog-bookworm.yaml
199-
ln -f -s ClusterImageCatalog-${DEFAULT_DISTRO}.yaml Debian/ClusterImageCatalog.yaml
200-
cat Debian/ClusterImageCatalog.yaml Debian/ClusterImageCatalog-bullseye.yaml Debian/ClusterImageCatalog-bookworm.yaml
197+
yq eval-all '. as $item ireduce ({}; . *+ $item )' clusterimagecatalog/*-bullseye.yaml > SYSTEM_IMAGES/Debian/ClusterImageCatalog-bullseye.yaml
198+
yq eval-all '. as $item ireduce ({}; . *+ $item )' clusterimagecatalog/*-bookworm.yaml > SYSTEM_IMAGES/Debian/ClusterImageCatalog-bookworm.yaml
199+
ln -f -s ClusterImageCatalog-${DEFAULT_DISTRO}.yaml SYSTEM_IMAGES/Debian/ClusterImageCatalog.yaml
200+
cat Debian/ClusterImageCatalog.yaml Debian/ClusterImageCatalog-bullseye.yaml SYSTEM_IMAGES/Debian/ClusterImageCatalog-bookworm.yaml
201201

202202
- name: Temporarily disable "include administrators" branch protection
203203
if: ${{ always() && github.ref == 'refs/heads/main' }}
@@ -215,7 +215,7 @@ jobs:
215215
author_name: CloudNativePG Automated Updates
216216
author_email: [email protected]
217217
message: 'Automatic ClusterImageCatalog update'
218-
add: 'Debian/ClusterImageCatalog*.yaml'
218+
add: 'SYSTEM_IMAGES/Debian/ClusterImageCatalog*.yaml'
219219

220220
- name: Enable "include administrators" branch protection
221221
uses: benjefferies/[email protected]

.github/workflows/update.yml .github/workflows/update.yml.DELETE

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pip3 install --upgrade pip-tools pip
3333
export PATH=$HOME/.local/bin:$PATH
3434
echo "Updating Debian bullseye images"
35-
./Debian/update.sh -d bullseye
35+
./SYSTEM_IMAGES/Debian/update.sh -d bullseye
3636

3737
- uses: actions/setup-python@v5
3838
with:
@@ -48,7 +48,7 @@ jobs:
4848
pip3 install --upgrade pip-tools pip
4949
export PATH=$HOME/.local/bin:$PATH
5050
echo "Updating Debian bookworm images"
51-
./Debian/update.sh -d bookworm
51+
./SYSTEM_IMAGES/Debian/update.sh -d bookworm
5252

5353
- name: Diff
5454
run: |

Debian/13/bookworm/.versions.json

-6
This file was deleted.

Debian/13/bookworm/Dockerfile

-57
This file was deleted.

0 commit comments

Comments
 (0)