Skip to content

Commit

Permalink
fix(Circle): Added tags filter because of transient dependency
Browse files Browse the repository at this point in the history
Deploy filter was not working because release had not tags filter.
  • Loading branch information
sebbuku committed Apr 10, 2019
1 parent d6e9dba commit 3dfba30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ workflows:
branches:
only:
- master
tags:
only: /.*/

- deploy: # deployment step for live environment
bucket: com.zeppelin.zds.assets
Expand Down

0 comments on commit 3dfba30

Please sign in to comment.