Skip to content

Commit

Permalink
Build modules for new tags in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
miry committed Mar 18, 2021
1 parent 273be82 commit cb2f415
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ workflows:
filters:
branches:
ignore: /.*/
tags:
tags: &tags
only: /^v[0-9]+(\.[0-9]+)*$/
- release:
requires:
Expand All @@ -122,8 +122,7 @@ workflows:
filters:
branches:
ignore: /.*/
tags:
only: /^v[0-9]+(\.[0-9]+)*$/
tags: *tags
- system_testing
- build_gcc48_opentracing_15
- build_gcc48_opentracing_16:
Expand All @@ -135,7 +134,12 @@ workflows:
- openresty_docker_image:
requires:
- system_testing
- module_binaries_opentracing_15
- module_binaries_opentracing_15:
filters:
tags: *tags

- module_binaries_opentracing_16:
requires:
- module_binaries_opentracing_15
filters:
tags: *tags

0 comments on commit cb2f415

Please sign in to comment.