Complete Install etcd in GitHub Workflow
This commit is contained in:
parent
326f350934
commit
4f755b398a
|
@ -103,7 +103,13 @@ make cross
|
|||
#### Install etcd
|
||||
|
||||
```sh
|
||||
cd $working_dir/kubernetes
|
||||
|
||||
# Installs in ./third_party/etcd
|
||||
hack/install-etcd.sh
|
||||
|
||||
# Add to PATH
|
||||
echo export PATH="\$PATH:$working_dir/kubernetes/third_party/etcd" >> ~/.profile
|
||||
```
|
||||
|
||||
#### Test
|
||||
|
@ -228,4 +234,4 @@ git rebase -i upstream/master
|
|||
|
||||
For mass automated fixups (e.g. automated doc formatting), use one or more
|
||||
commits for the changes to tooling and a final commit to apply the fixup en
|
||||
masse. This makes reviews easier.
|
||||
masse. This makes reviews easier.
|
||||
|
|
Loading…
Reference in New Issue