Skip to content

Commit

Permalink
[build] Adapt CircleCI to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Apr 2, 2020
1 parent 79f95ad commit 0905498
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,10 @@ jobs:
workflows:
opencti:
jobs:
- build_platform
- build_platform:
filters:
tags:
only: /.*/
- package_rolling:
requires:
- build_platform
Expand Down Expand Up @@ -227,4 +230,4 @@ workflows:
tags:
only: /[0-9]+(\.[0-9]+)+(\.[0-9]+)*/
branches:
ignore: /.*/
ignore: /.*/

0 comments on commit 0905498

Please sign in to comment.