Skip to content

Commit

Permalink
Updating to explicitly reference @latest tag to avoid any unexpected …
Browse files Browse the repository at this point in the history
…caching scenarios (#617)

Co-authored-by: Avery Harnish <avery@apollographql.com>
  • Loading branch information
setchy and EverlastingBugstopper committed Jun 21, 2021
1 parent 66de43b commit b87b4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ definitions:
- node
script:
- 'echo "Subgraph name: $APOLLO_SUBGRAPH_NAME"'
- npx -p @apollo/rover
- npx -p @apollo/rover@latest
rover subgraph check my-graph@prod
--name $APOLLO_SUBGRAPH_NAME
--schema ./schema.graphql
Expand All @@ -148,7 +148,7 @@ definitions:
- 'echo "Subgraph name: $APOLLO_SUBGRAPH_NAME"'
- 'echo "Local variant port: $APOLLO_LOCAL_PORT"'
- npx -p @apollo/rover
- npx -p @apollo/rover@latest
rover subgraph publish my-graph@local
--name $APOLLO_SUBGRAPH_NAME
--schema ./schema.graphql
Expand Down

0 comments on commit b87b4c7

Please sign in to comment.