This is an automated email from the ASF dual-hosted git repository.
jensdeppe pushed a commit to branch windows-heavy-lifter
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/windows-heavy-lifter by this
push:
new 8e8991a Don't need ssh timing fixes
8e8991a is described below
commit 8e8991a2157a6df3a50c17a28da9ca7de224a39a
Author: Jens Deppe <[email protected]>
AuthorDate: Thu Aug 30 12:33:47 2018 -0700
Don't need ssh timing fixes
---
ci/images/alpine-tools/Dockerfile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/ci/images/alpine-tools/Dockerfile
b/ci/images/alpine-tools/Dockerfile
index a5bf091..1337fd9 100644
--- a/ci/images/alpine-tools/Dockerfile
+++ b/ci/images/alpine-tools/Dockerfile
@@ -38,7 +38,4 @@ RUN apk --no-cache add \
&& (cd winrm-cli; GOPATH=$PWD PATH=$PATH:$PWD/bin make) \
&& cp winrm-cli/bin/winrm /usr/local/bin/ \
&& rm -rf winrm-cli \
- && gcloud components install -q beta \
- && echo "Host *" >> /etc/ssh/ssh_config \
- && echo " ServerAliveInterval 60" >> /etc/ssh/ssh_config \
- && echo " ServerAliveCountMax 2" >> /etc/ssh/ssh_config
+ && gcloud components install -q beta