Skip to content

Commit

Permalink
release all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
callum-oakley committed Aug 4, 2022
1 parent 0dba3e4 commit 6f56b91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ workflows:
- test-drafter-auth0:
filters:
tags:
only: /^v\d*\.\d*\z/ # tags that look like v0.0
only: /.*/
context:
- swirrl-jar-and-omni-user
- drafter-auth0-dev-creds # creds for our auth0 dev setup
Expand All @@ -214,7 +214,7 @@ workflows:
- test-drafter-basic-auth:
filters:
tags:
only: /^v\d*\.\d*\z/ # tags that look like v0.0
only: /.*/
context:
- swirrl-jar-and-omni-user
- drafter-auth0-dev-creds # creds for our auth0 dev setup
Expand All @@ -224,7 +224,7 @@ workflows:
- test-drafter-non-api:
filters:
tags:
only: /^v\d*\.\d*\z/ # tags that look like v0.0
only: /.*/
context:
- swirrl-jar-and-omni-user
- drafter-auth0-dev-creds # creds for our auth0 dev setup
Expand All @@ -234,7 +234,7 @@ workflows:
- test-drafterclient:
filters:
tags:
only: /^v\d*\.\d*\z/ # tags that look like v0.0
only: /.*/
context:
- swirrl-jar-and-omni-user
- drafter-auth0-dev-creds # creds for our auth0 dev setup
Expand All @@ -244,7 +244,7 @@ workflows:
- build-artifacts:
filters:
tags:
only: /^v\d*\.\d*\z/ # tags that look like v0.0
only: /.*/
context:
- swirrl-jar-and-omni-user
- swirrl-dockerhub-publisher
Expand Down

0 comments on commit 6f56b91

Please sign in to comment.