Skip to content

Commit

Permalink
nix flake ci working
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Nov 4, 2024
1 parent 70068b8 commit f228cb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/kairos-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,6 @@ jobs:
- name: test flake ci
run: nix develop --command task kubernetes:ci-kairos-update

# - uses: workflow/nix-shell-action@v3
# id: update
# with:
# packages: regctl
# script: |
# kairos_image_tag=$(regctl tag ls quay.io/kairos/opensuse \
# --include 'leap-\d+.\d+-standard-amd64-generic.*' \
# --exclude '.*(master|alpha|beta|rc).*' \
# | tail -1)

# replacement_pattern='s|version: "[^"]*"|version: "'"$kairos_image_tag"'"|g'

# sed -i "$replacement_pattern" ./kubernetes/home-lab/apps/system-upgrade/system-upgrade-controller/plans/amd.yaml

# # outputs
# leap_version="$(cut -d'-' -f2 <<< $kairos_image_tag)"
# echo "opensuse_url=https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/$leap_version/" >> $GITHUB_OUTPUT

# kairos_version="$(cut -d'-' -f6 <<< $kairos_image_tag)"
# echo "kairos_url=https://github.com/kairos-io/kairos/releases/tag/$kairos_version" >> $GITHUB_OUTPUT

# k3s_version="$(cut -d'-' -f7 <<< $kairos_image_tag)"
# k3s_version=${k3s_version:3}
# echo "k3s_url=https://github.com/k3s-io/k3s/releases/tag/$k3s_version+k3s1" >> $GITHUB_OUTPUT

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/test-flake-ci.yaml

This file was deleted.

0 comments on commit f228cb5

Please sign in to comment.