Skip to content

Commit

Permalink
Implement new SDK pipeline (interim)
Browse files Browse the repository at this point in the history
This is an interim commit that got pushed to master by the CI on accident.
  • Loading branch information
aeneasr committed Jan 7, 2020
1 parent 57c4b29 commit 1e9eaf0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
changelog: ory/changelog@0.0.3
sdk: ory/sdk@0.1.3
sdk: ory/sdk@0.1.4

jobs:
format:
Expand Down Expand Up @@ -430,14 +430,14 @@ workflows:
only: master
- sdk/generate:
appname: Ory_Hydra
# requires:
# - test
# - format
# - test-e2e-memory
# - test-e2e-postgres
# - test-e2e-mysql
# - test-e2e-cockroach
# - test-e2e-plugin
requires:
- test
- format
- test-e2e-memory
- test-e2e-postgres
- test-e2e-mysql
- test-e2e-cockroach
- test-e2e-plugin
- sdk/release:
requires:
- test
Expand Down

0 comments on commit 1e9eaf0

Please sign in to comment.