mirror of https://github.com/kubernetes/kops.git
protokube-builder use new channels target in Makefile
This commit is contained in:
parent
17045a5770
commit
4e8e9eb6a2
|
@ -29,8 +29,8 @@ mkdir -p /src/.build/artifacts/
|
|||
cp /go/bin/protokube /src/.build/artifacts/
|
||||
|
||||
# Applying channels calls out to the channels tool
|
||||
make channels-gocode
|
||||
cp /go/bin/channels /src/.build/artifacts/
|
||||
make channels
|
||||
cp /src/.build/local/channels /src/.build/artifacts/
|
||||
|
||||
# channels uses protokube
|
||||
cd /src/.build/artifacts/
|
||||
|
|
Loading…
Reference in New Issue