Skip to content

Commit

Permalink
chore: remove current workflow
Browse files Browse the repository at this point in the history
Relates #133

Signed-off-by: Gabriele Bartolini <[email protected]>
  • Loading branch information
gbartolini committed Jan 3, 2025
1 parent 1a93a00 commit 235835c
Show file tree
Hide file tree
Showing 43 changed files with 8 additions and 6,243 deletions.
108 changes: 0 additions & 108 deletions .github/generate-strategy.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths-ignore:
- Debian/ClusterImageCatalog*.yaml
- SYSTEM_IMAGES/Debian/ClusterImageCatalog*.yaml
workflow_dispatch:

env:
Expand Down Expand Up @@ -194,10 +194,10 @@ jobs:

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

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

- name: Enable "include administrators" branch protection
uses: benjefferies/[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip3 install --upgrade pip-tools pip
export PATH=$HOME/.local/bin:$PATH
echo "Updating Debian bullseye images"
./Debian/update.sh -d bullseye
./SYSTEM_IMAGES/Debian/update.sh -d bullseye

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

- name: Diff
run: |
Expand Down
6 changes: 0 additions & 6 deletions Debian/13/bookworm/.versions.json

This file was deleted.

57 changes: 0 additions & 57 deletions Debian/13/bookworm/Dockerfile

This file was deleted.

Loading

0 comments on commit 235835c

Please sign in to comment.