Skip to content

Commit

Permalink
Merge pull request #524 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
BFD Implementation - changes for cicd scripts
  • Loading branch information
UltraInstinct14 committed Feb 8, 2024
2 parents dfa4f72 + c10773a commit b0e1daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/k3s-flannel-ubuntu-22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: k3s-flannel-sanity-ubuntu-22
runs-on: ubuntu-22.04
steps:
- run: sudo apt update
- run: sudo apt update && sudo apt -y install bridge-utils lksctp-tools
- run: |
echo "KUBECONFIG=--kubeconfig=/etc/rancher/k3s/k3s.yaml" >> $GITHUB_ENV
- uses: actions/checkout@v2
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 @@ -14,7 +14,7 @@ jobs:
name: k3s-flannel-sanity
runs-on: ubuntu-latest
steps:
- run: sudo apt update
- run: sudo apt update && sudo apt -y install bridge-utils lksctp-tools
- run: |
echo "KUBECONFIG=--kubeconfig=/etc/rancher/k3s/k3s.yaml" >> $GITHUB_ENV
- uses: actions/checkout@v2
Expand Down

0 comments on commit b0e1daa

Please sign in to comment.