You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2020/01/04 03:41:48 UTC

[geode] branch develop updated: GEODE-7575: add missing $ for shell variable (#4557)

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

onichols 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 505cdc8  GEODE-7575: add missing $ for shell variable (#4557)
505cdc8 is described below

commit 505cdc80414fce5469f716e5cee2b4249c914de6
Author: Owen Nichols <34...@users.noreply.github.com>
AuthorDate: Fri Jan 3 19:41:22 2020 -0800

    GEODE-7575: add missing $ for shell variable (#4557)
    
    * GEODE-7575: add missing $ for shell variable
    
    * GEODE-7575: add missing team name in a couple release scripts
---
 ci/pipelines/meta/destroy_pipelines.sh  | 2 +-
 dev-tools/release/deploy_rc_pipeline.sh | 4 ++--
 dev-tools/release/finalize_release.sh   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ci/pipelines/meta/destroy_pipelines.sh b/ci/pipelines/meta/destroy_pipelines.sh
index e8125d0..e2f5867 100755
--- a/ci/pipelines/meta/destroy_pipelines.sh
+++ b/ci/pipelines/meta/destroy_pipelines.sh
@@ -63,7 +63,7 @@ if [[ "${CONCOURSE_HOST}" == "concourse.apachegeode-ci.info" ]]; then
   CONCOURSE_SCHEME=https
 fi
 CONCOURSE_URL=${CONCOURSE_SCHEME:-"http"}://${CONCOURSE_HOST}
-FLY_TARGET=${CONCOURSE_HOST}-{CONCOURSE_TEAM}
+FLY_TARGET=${CONCOURSE_HOST}-${CONCOURSE_TEAM}
 
 . ${SCRIPTDIR}/../shared/utilities.sh
 SANITIZED_GEODE_BRANCH=$(getSanitizedBranch ${GEODE_BRANCH})
diff --git a/dev-tools/release/deploy_rc_pipeline.sh b/dev-tools/release/deploy_rc_pipeline.sh
index 0aa4d74..a302cb9 100755
--- a/dev-tools/release/deploy_rc_pipeline.sh
+++ b/dev-tools/release/deploy_rc_pipeline.sh
@@ -388,6 +388,6 @@ jobs:
               verifyArtifactSignature apache-geode-examples-${VERSION}.zip 256
               verifyArtifactSignature apache-geode-native-${VERSION}-src.tar.gz 512
 EOF
-fly -t concourse.apachegeode-ci.info login --concourse-url https://concourse.apachegeode-ci.info/
-fly -t concourse.apachegeode-ci.info set-pipeline -p apache-release-${VERSION//./-}-rc -c $PIPEYML
+fly -t concourse.apachegeode-ci.info-main login --team-name main --concourse-url https://concourse.apachegeode-ci.info/
+fly -t concourse.apachegeode-ci.info-main set-pipeline -p apache-release-${VERSION//./-}-rc -c $PIPEYML
 rm $PIPEYML
diff --git a/dev-tools/release/finalize_release.sh b/dev-tools/release/finalize_release.sh
index 0e0a3f1..c5953bd 100755
--- a/dev-tools/release/finalize_release.sh
+++ b/dev-tools/release/finalize_release.sh
@@ -76,7 +76,7 @@ set -x
 cd ${0%/*}/../../ci/pipelines/meta
 DEVELOP_META=$(pwd)
 cd ${GEODE}
-fly -t concourse.apachegeode-ci.info login --concourse-url https://concourse.apachegeode-ci.info/
+fly -t concourse.apachegeode-ci.info-main login --team-name main --concourse-url https://concourse.apachegeode-ci.info/
 ${DEVELOP_META}/destroy_pipelines.sh
 set +x