Skip to content

Commit

Permalink
Remove unnecessary uses_bulkdata entry from tron schema (#3951)
Browse files Browse the repository at this point in the history
We've now moved this to the correct place in soaconfigs and can get rid
of this entry from the schema (in favor of the action-level one)
  • Loading branch information
nemacysts authored Sep 13, 2024
1 parent 9f85147 commit df291d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions paasta_tools/cli/schemas/tron_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -663,10 +663,6 @@
},
"deploy_group": {
"type": "string"
},
"uses_bulkdata": {
"type": "boolean",
"$comment": "XXX: this entry should be deleted once we've refactored existing configs to use the correct toggle location"
}
}
}
Expand Down

0 comments on commit df291d4

Please sign in to comment.