Skip to content

Commit

Permalink
Enable CCI release back
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay committed Apr 9, 2021
1 parent 06cc1b8 commit e93ccd4
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,24 +111,24 @@ workflows:
filters:
tags:
only: /.*/
# - release-maven-publish:
# context:
# - hypertrace-publishing
# - maven-central-publish
# requires:
# - build
# - muzzle
# filters:
# branches:
# ignore: /.*/
# tags:
# only: /^[0-9]+\.[0-9]+\.[0-9]+/
# - release-github-publish:
# context: hypertrace-publishing
# requires:
# - release-maven-publish
# filters:
# branches:
# ignore: /.*/
# tags:
# only: /^[0-9]+\.[0-9]+\.[0-9]+/
- release-maven-publish:
context:
- hypertrace-publishing
- maven-central-publish
requires:
- build
- muzzle
filters:
branches:
ignore: /.*/
tags:
only: /^[0-9]+\.[0-9]+\.[0-9]+/
- release-github-publish:
context: hypertrace-publishing
requires:
- release-maven-publish
filters:
branches:
ignore: /.*/
tags:
only: /^[0-9]+\.[0-9]+\.[0-9]+/

0 comments on commit e93ccd4

Please sign in to comment.