File tree Expand file tree Collapse file tree
packages/apollo/src/commands/service Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: 2.1
55orbs :
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
1010commands :
1111 # These are the steps used for each version of Node which we're testing
Original file line number Diff line number Diff line change 33exports [` service:list integration should display non federated message for a non federated service vanilla 1` ] = `
44"Loading Apollo Project [started]
55Loading 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
99There are no services on this federated graph
1010"
@@ -13,8 +13,8 @@ There are no services on this federated graph
1313exports [` service:list integration should list services correctly for a federated service vanilla 1` ] = `
1414"Loading Apollo Project [started]
1515Loading 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╟───────────┼───────────────────────────────┼───────────────────────────╢
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments