This is an automated email from the ASF dual-hosted git repository.

dixie pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new 5189a32  Revert "Add delete of geode use to fix google autocreation of 
users"
5189a32 is described below

commit 5189a3268672c8ca3db4ae9c1c50de47fde913e6
Author: Dick Cavender <dcaven...@pivotal.io>
AuthorDate: Tue May 5 14:36:47 2020 -0700

    Revert "Add delete of geode use to fix google autocreation of users"
    
    This reverts commit faeeab2c4865e03272ed80bd0446fa7ac7739d93.
---
 ci/images/google-geode-builder/scripts/setup.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ci/images/google-geode-builder/scripts/setup.sh 
b/ci/images/google-geode-builder/scripts/setup.sh
index 3901db8..16a38f4 100755
--- a/ci/images/google-geode-builder/scripts/setup.sh
+++ b/ci/images/google-geode-builder/scripts/setup.sh
@@ -84,7 +84,6 @@ rm /tmp/chromedriver_linux64.zip
 mv /opt/selenium/chromedriver 
/opt/selenium/chromedriver-${CHROME_DRIVER_VERSION}
 chmod 755 /opt/selenium/chromedriver-${CHROME_DRIVER_VERSION}
 ln -fs /opt/selenium/chromedriver-${CHROME_DRIVER_VERSION} 
/usr/bin/chromedriver
-deluser --remove-home geode
 adduser --disabled-password --gecos "" --uid ${LOCAL_UID} ${LOCAL_USER}
 usermod -G docker,google-sudoers -a ${LOCAL_USER}
 echo "export PATH=/google-cloud-sdk/bin:${PATH}" > 
/etc/profile.d/google_sdk_path.sh

Reply via email to