Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/TrekkieCoder/loxilb into main
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Feb 23, 2024
2 parents e7fc81a + fe0c236 commit 511705d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/k3s-flannel-ubuntu-22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
echo "KUBECONFIG=--kubeconfig=/etc/rancher/k3s/k3s.yaml" >> $GITHUB_ENV
echo "ubuntu=22.04" >> $GITHUB_ENV
cd cicd/k3s-flannel/
./config.sh "${{ env.KUBECONFIG }}" "${{ env.ubuntu }}"
./validation.sh "${{ env.KUBECONFIG }}"
./rmconfig.sh "${{ env.KUBECONFIG }}"
./config.sh "ubuntu" "22.04"
./validation.sh
./rmconfig.sh
cd -
- name: Clean test-bed
if: success() || failure()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k3s-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "KUBECONFIG=--kubeconfig=/etc/rancher/k3s/k3s.yaml" >> $GITHUB_ENV
echo "ubuntu=20.04" >> $GITHUB_ENV
cd cicd/k3s-flannel/
./config.sh "${{ env.KUBECONFIG }}" "${{ env.ubuntu }}"
./config.sh "ubuntu" "20.04"
./validation.sh "${{ env.KUBECONFIG }}"
./rmconfig.sh "${{ env.KUBECONFIG }}"
cd -
Expand Down

0 comments on commit 511705d

Please sign in to comment.