Commit 9c613c0d authored by Svetomir Smiljkovic's avatar Svetomir Smiljkovic Committed by GitHub

Update rancher/k3d branch (#457)

parent 881f8251
...@@ -13,7 +13,7 @@ jobs: ...@@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Install k3d - name: Install k3d
run: curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | bash run: curl -s https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
- name: Install latest beekeeper - name: Install latest beekeeper
run: | run: |
export TAG=$(curl -s https://api.github.com/repos/ethersphere/beekeeper/releases/latest | jq -r .tag_name) export TAG=$(curl -s https://api.github.com/repos/ethersphere/beekeeper/releases/latest | jq -r .tag_name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment