Skip to content

Commit

Permalink
fix(halconfig): Add pubsub trigger type to hal settings.js (#4397)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 authored Nov 8, 2017
1 parent 62fb060 commit b04f25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halconfig/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ window.spinnakerSettings = {
authEnabled: authEnabled,
authTtl: 600000,
gitSources: ['stash', 'github', 'bitbucket'],
triggerTypes: ['git', 'pipeline', 'docker', 'cron', 'jenkins', 'travis'],
triggerTypes: ['git', 'pipeline', 'docker', 'cron', 'jenkins', 'travis', 'pubsub'],
feature: {
entityTags: entityTagsEnabled,
fiatEnabled: fiatEnabled,
Expand Down

0 comments on commit b04f25f

Please sign in to comment.