Skip to content

Commit

Permalink
feat(pubsub): Add amazon as pubsubProvider (#7908)
Browse files Browse the repository at this point in the history
Co-authored-by: Repon Kumar Roy <kowshik.roy@grabtaxi.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 30, 2020
1 parent d91fdd5 commit 3847793
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 @@ -228,7 +228,7 @@ window.spinnakerSettings = {
},
},
},
pubsubProviders: ['google'], // TODO(joonlim): Add amazon once it is confirmed that amazon pub/sub works.
pubsubProviders: ['amazon', 'google'],
triggerTypes: [
'artifactory',
'nexus',
Expand Down

0 comments on commit 3847793

Please sign in to comment.