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-benchmarks.git


The following commit(s) were added to refs/heads/develop by this push:
     new ae6fdbd  Fixes target resolution.
ae6fdbd is described below

commit ae6fdbd565965a85d20a532fca26c6631961ec89
Author: Jacob Barrett <[email protected]>
AuthorDate: Wed Oct 16 13:45:43 2019 -0700

    Fixes target resolution.
---
 infrastructure/scripts/aws/run_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/scripts/aws/run_tests.sh 
b/infrastructure/scripts/aws/run_tests.sh
index 4fe059e..90e600c 100755
--- a/infrastructure/scripts/aws/run_tests.sh
+++ b/infrastructure/scripts/aws/run_tests.sh
@@ -179,7 +179,7 @@ if [[ -z "${VERSION}" ]]; then
   done
   set -e
 
-  if remoteShell cd geode '&&' ./gradlew tasks --console plain '|' egrep 
'\publishToMavenLocal\b'; then
+  if remoteShell "cd geode && ./gradlew tasks --console plain | egrep 
'\publishToMavenLocal\b'"; then
     install_target="publishToMavenLocal"
    else
     # install target is legacy but required for older releases

Reply via email to