Skip to content

Commit

Permalink
fix: re-enable SDK generation
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 29, 2021
1 parent 6e7e8e0 commit 1d5854d
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,18 +161,15 @@ workflows:
filters:
tags:
only: /.*/
# - sdk/generate:
# appname: Ory_Kratos
# specignorepgks: github.com/ory/kratos-client-go
# swagpath: spec/api.json
# requires:
# - test
# - test-e2e
# filters:
# tags:
# only: /.*/
# branches:
# ignore: /master/
- sdk/generate-openapi:
requires:
- test
- test-e2e
filters:
tags:
only: /.*/
branches:
ignore: /master/
- docs/cli
- docs/build:
swag-spec-location: spec/api.json
Expand All @@ -181,12 +178,12 @@ workflows:
only: /.*/
branches:
only: master
- sdk/release:
swagpath: spec/api.json
- sdk/release-openapi:
swagpath: spec/openapi.json
requires:
- test
- test-e2e
# - sdk/generate
- sdk/generate
- goreleaser/release
filters:
tags:
Expand Down

0 comments on commit 1d5854d

Please sign in to comment.