Skip to content

Commit

Permalink
Drop duplicate team name prompt (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Jun 18, 2020
1 parent a808632 commit 56cc9ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-radios-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

**template:** Drop duplicate team name prompt
5 changes: 0 additions & 5 deletions template/koa-rest-api/skuba.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ module.exports = {
message: 'Service slug',
initial: 'my-project',
},
{
name: 'teamName',
message: 'Team slug',
initial: 'my-team',
},
{
name: 'devBuildkiteQueueName',
message: 'Dev Buildkite queue',
Expand Down
5 changes: 0 additions & 5 deletions template/lambda-sqs-worker/skuba.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ module.exports = {
message: 'Description',
initial: 'A project just for me',
},
{
name: 'teamName',
message: 'Team slug',
initial: 'my-team',
},
{
name: 'devBuildkiteQueueName',
message: 'Dev Buildkite queue',
Expand Down

0 comments on commit 56cc9ef

Please sign in to comment.