Skip to content

Commit

Permalink
Merge branch 'master' into mattbonnell/cli-client-openid-logout
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Mar 7, 2021
2 parents 045dc26 + d17f505 commit a128a4f
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ orbs:
goreleaser: ory/[email protected]
slack: circleci/[email protected]
sdk: ory/[email protected]
changelog: ory/[email protected].7
nancy: ory/[email protected].14
changelog: ory/[email protected].8
nancy: ory/[email protected].17
docs: ory/[email protected]
golangci: ory/[email protected]
go: circleci/[email protected]
Expand Down Expand Up @@ -45,6 +45,8 @@ jobs:
steps:
- checkout
- setup_remote_docker
- nancy/install
- nancy/check
- prettier/install
- prettier/check
- prettier/install:
Expand Down Expand Up @@ -138,10 +140,6 @@ workflows:
# only: /.*/
# END - Test legacy migrations

- nancy/test:
filters:
tags:
only: /.*/
- test:
filters:
tags:
Expand Down Expand Up @@ -178,7 +176,6 @@ workflows:
only: /.*/
- changelog/generate:
requires:
- nancy/test
- test
- test-e2e-postgres
- test-e2e-mysql
Expand All @@ -195,7 +192,6 @@ workflows:
appname: Ory_Hydra
specignorepgks: internal/httpclient -x gopkg.in/square/go-jose.v2
requires:
- nancy/test
- test
- test-e2e-postgres
- test-e2e-mysql
Expand All @@ -210,7 +206,6 @@ workflows:
- sdk/release:
specignorepgks: internal/httpclient -x gopkg.in/square/go-jose.v2
requires:
- nancy/test
- test
- sdk/generate
- goreleaser/release
Expand All @@ -222,29 +217,25 @@ workflows:
ignore: /.*/
- docs/cli:
requires:
- nancy/test
- test
- docs/build:
requires:
- nancy/test
- test
filters:
tags:
only: /.*/
branches:
only: master
## goreleaser
-
goreleaser/release:
- goreleaser/release:
requires:
- nancy/test
- test
- test-e2e-postgres
- test-e2e-mysql
- test-e2e-cockroach
- changelog/generate
# - test-legacy-migrations-mysql
# - test-legacy-migrations-cockroach
# - test-legacy-migrations-mysql
# - test-legacy-migrations-cockroach
- docs/build
filters:
branches:
Expand Down

0 comments on commit a128a4f

Please sign in to comment.