Skip to content

Commit

Permalink
Merge branch 'k8snetworkplumbingwg:master' into fix-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 authored Dec 7, 2023
2 parents d78dabf + e4404b2 commit ec3395b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kind-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:

- name: Setup j2cli
run: |
pip3 install --user --upgrade j2cli
j2 --version
sudo apt-get install -y j2cli
echo $(j2 --version)
- name: Setup registry
run: docker run -d --restart=always -p "5000:5000" --name "kind-registry" registry:2
Expand Down
2 changes: 1 addition & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
To run the e2e test, you need the following components:

- curl
- j2cli
- jinjanator
- docker

### How to test e2e
Expand Down

0 comments on commit ec3395b

Please sign in to comment.