Commit 851a2585 authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

set set-env as isolated step (#614)

parent 0fe8681d
......@@ -57,9 +57,11 @@ jobs:
run: |
helm uninstall bee -n bee
grep -vE 'bee|registry.localhost' /etc/hosts | sudo tee /etc/hosts
- name: Set testing cluster (Node connection) 5 bee nodes
- name: Increase REPLICA to 5
run: |
echo "::set-env name=REPLICA::5"
- name: Set testing cluster (Node connection) 5 bee nodes
run: |
./beeinfra.sh install --local -r "${REPLICA}"
- name: Add entries to /etc/hosts
run: |
......
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