Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Remove Stream Enrich PubSub deployment (closes #97)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Sep 7, 2018
1 parent 642ee46 commit a141040
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis/all_platforms_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ fi
for platform in 'google-pubsub' 'kafka' 'kinesis' 'nsq'; do
if [ -d "${platform}" ]; then
cd $platform
# no enrich for pubsub
elif [ "${platform}" = 'google-pubsub' ] && [ "${project}" = 'stream-enrich' ]; then
continue
else
echo "Warning! Release ${project} ${release} ${platform} doesn't have an associated folder"
exit 1
Expand Down

0 comments on commit a141040

Please sign in to comment.