Commit fbf06262 authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

add bee-debug endpoint to /etc/hosts for beekeeper test (#210)

parent bff35450
......@@ -29,7 +29,7 @@ jobs:
- name: Add entries to /etc/hosts
run: |
echo -e "127.0.0.10\tregistry.localhost" | sudo tee -a /etc/hosts
for ((i=0; i<REPLICA; i++)); do echo -e "127.0.1.$((i+1))\tbee-${i}.localhost"; done | sudo tee -a /etc/hosts
for ((i=0; i<REPLICA; i++)); do echo -e "127.0.1.$((i+1))\tbee-${i}.localhost bee-${i}-debug.localhost"; done | sudo tee -a /etc/hosts
- name: Set helm repo and namespace
run: |
helm repo add ethersphere "https://ethersphere.github.io/helm"
......
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