Skip to content

Commit 50abd00

Browse files
authored
Merge branch 'master' into adam/19/10/colors
2 parents 1df7e00 + e1a28a3 commit 50abd00

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 2.1
55
orbs:
66
# `oss` is a local reference to the package. The source for Apollo Orbs can
77
# be found at http://github.com/apollographql/CircleCI-Orbs.
8-
oss: apollo/oss-ci-cd-tooling@0.0.7
8+
oss: apollo/oss-ci-cd-tooling@0.0.8
99

1010
commands:
1111
# These are the steps used for each version of Node which we're testing

packages/apollo/src/commands/service/__tests__/__snapshots__/list.test.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
exports[`service:list integration should display non federated message for a non federated service vanilla 1`] = `
44
"Loading Apollo Project [started]
55
Loading Apollo Project [completed]
6-
Fetching list of services for graph engine [started]
7-
Fetching list of services for graph engine [completed]
6+
Fetching list of services for graph engine@master [started]
7+
Fetching list of services for graph engine@master [completed]
88
99
There are no services on this federated graph
1010
"
@@ -13,8 +13,8 @@ There are no services on this federated graph
1313
exports[`service:list integration should list services correctly for a federated service vanilla 1`] = `
1414
"Loading Apollo Project [started]
1515
Loading Apollo Project [completed]
16-
Fetching list of services for graph engine [started]
17-
Fetching list of services for graph engine [completed]
16+
Fetching list of services for graph engine@master [started]
17+
Fetching list of services for graph engine@master [completed]
1818
╔═══════════╤═══════════════════════════════╤═══════════════════════════╗
1919
║ Name │ URL │ Last Updated ║
2020
╟───────────┼───────────────────────────────┼───────────────────────────╢

packages/apollo/src/commands/service/list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default class ServiceList extends ProjectCommand {
124124
return [
125125
{
126126
title: `Fetching list of services for graph ${chalk.cyan(
127-
graphName
127+
graphName + "@" + variant
128128
)}`,
129129
task: async (ctx: TasksOutput, task) => {
130130
const {

0 commit comments

Comments
 (0)