This is an automated email from the ASF dual-hosted git repository.
jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 00b7ea5 [GEODE-5449] Remove unnecessary command and exit if an error
occurs.
00b7ea5 is described below
commit 00b7ea5c07c55ea4fd91132245cc9d51720ddb96
Author: Sean Goller <[email protected]>
AuthorDate: Thu Jul 19 09:35:51 2018 -0700
[GEODE-5449] Remove unnecessary command and exit if an error occurs.
Signed-off-by: Jacob Barrett <[email protected]>
---
ci/images/google-geode-builder/scripts/setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/images/google-geode-builder/scripts/setup.sh
b/ci/images/google-geode-builder/scripts/setup.sh
index 55f79cd..50c4d61 100755
--- a/ci/images/google-geode-builder/scripts/setup.sh
+++ b/ci/images/google-geode-builder/scripts/setup.sh
@@ -16,12 +16,12 @@
# limitations under the License.
set -x
+set -e
export CHROME_DRIVER_VERSION=2.35
export GRADLE_USER_HOME=/usr/local/maven_files
export LOCAL_USER=geode
-chmod +x /usr/local/bin/initdocker
mkdir -p ${GRADLE_USER_HOME}
apt-get update
apt-get install -y --no-install-recommends \