From dccf0e479193edb84c5c1edc3039fa886c640108 Mon Sep 17 00:00:00 2001 From: aeneasr Date: Tue, 7 Jan 2020 13:53:59 +0100 Subject: [PATCH] Implement new SDK pipeline (interim) This is an interim commit that got pushed to master by the CI on accident. --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 97eb47148a0..6c17755473f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -431,13 +431,13 @@ workflows: - sdk/generate: appname: Ory_Hydra requires: - - test - - format - - test-e2e-memory - - test-e2e-postgres - - test-e2e-mysql - - test-e2e-cockroach - - test-e2e-plugin +# - test +# - format +# - test-e2e-memory +# - test-e2e-postgres +# - test-e2e-mysql +# - test-e2e-cockroach +# - test-e2e-plugin - sdk/release: requires: - test