Skip to content

Commit

Permalink
Merge pull request #756 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
gh-86 : Handle cleanup for  k3s-loxi-ingress cicd
  • Loading branch information
UltraInstinct14 committed Aug 10, 2024
2 parents 0542bfc + e3db7ca commit 0d42ad0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/k3s-loxi-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,16 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- run: |
- name: Run K3s LoxiIngress CICD
run: |
cd cicd/k3s-flannel-loxilb-ingress
./config.sh
./validation.sh
./rmconfig.sh
cd -
- name: Clean test-bed
if: success() || failure()
run: |
cd cicd/k3s-flannel-loxilb-ingress/ || true
./rmconfig.sh
cd -

0 comments on commit 0d42ad0

Please sign in to comment.