Skip to content

Commit

Permalink
Add FIXME about validator
Browse files Browse the repository at this point in the history
  • Loading branch information
luispollo committed Jan 9, 2020
1 parent 0e8977f commit a921c52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ if (SETTINGS.feature.managedDelivery) {
validators: [
{
type: 'stageOrTriggerBeforeType',
// FIXME: this needs to be generalized so that it accepts a rocket trigger in the netflix deployment
stageType: 'git',
message: 'This stage requires a git trigger to locate your Delivery Config manifest.',
} as IStageOrTriggerBeforeTypeValidationConfig,
Expand Down

0 comments on commit a921c52

Please sign in to comment.