Skip to content

Commit

Permalink
GEODE-7575: fix a few more places where team name was hardcoded (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
onichols-pivotal authored and robbadler committed Jan 8, 2020
1 parent bc9860e commit b2a1878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/pipelines/meta/deploy_meta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ if [[ "$GEODE_FORK" == "${UPSTREAM_FORK}" ]]; then
fi
fi

echo "Successfully deployed ${CONCOURSE_URL}/teams/main/pipelines/${PIPELINE_PREFIX}main"
echo "Successfully deployed ${CONCOURSE_URL}/teams/${CONCOURSE_TEAM}/pipelines/${PIPELINE_PREFIX}main"

rm ci/pipelines/meta/generated-pipeline.yml
rm ci/pipelines/meta/pipelineProperties.yml
rm ci/pipelines/meta/repository.yml
rm ci/pipelines/meta/repository.yml
2 changes: 1 addition & 1 deletion ci/pipelines/meta/destroy_pipelines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ function destroyPipelines {
}

destroyPipelines ${PIPELINE_PREFIX}main ${PIPELINE_PREFIX}pr ${PIPELINE_PREFIX}images ${PIPELINE_PREFIX}reaper ${PIPELINE_PREFIX}metrics ${PIPELINE_PREFIX}examples ${PIPELINE_PREFIX}meta ${PIPELINE_PREFIX}rc
echo "Destroyed ${CONCOURSE_URL}/teams/main/pipelines/${PIPELINE_PREFIX}main and all related pipelines"
echo "Destroyed ${CONCOURSE_URL}/teams/${CONCOURSE_TEAM}/pipelines/${PIPELINE_PREFIX}main and all related pipelines"

0 comments on commit b2a1878

Please sign in to comment.