From 51ad2fbd151ff8e53557a73b835b2daea8c63a16 Mon Sep 17 00:00:00 2001 From: aeneasr Date: Tue, 7 Jan 2020 13:54:38 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c17755473f..a0283e75cc9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,8 +1,8 @@ version: 2.1 orbs: - changelog: ory/changelog@0.1.0 - sdk: ory/sdk@0.0.7 + changelog: ory/changelog@0.0.3 + sdk: ory/sdk@0.1.0 jobs: format: