Download chectl install script from che-incubator.github.io in tests (#677)
parent
7c07c3c135
commit
858a12b3ff
|
|
@ -26,4 +26,4 @@ RUN yum install --assumeyes -d1 psmisc python3-pip httpd-tools nodejs && \
|
||||||
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \
|
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \
|
||||||
chmod +x ./kubectl && \
|
chmod +x ./kubectl && \
|
||||||
mv ./kubectl /usr/local/bin && \
|
mv ./kubectl /usr/local/bin && \
|
||||||
bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next
|
bash <(curl -sL https://che-incubator.github.io/chectl/install.sh) --channel=next
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue