From 1326dc0cf043ca17be327a71a57c9723432e1a00 Mon Sep 17 00:00:00 2001 From: chesedo Date: Mon, 17 Apr 2023 10:37:46 +0200 Subject: [PATCH] ci: use unstable environment --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 189e24011..4ba0769ad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -428,7 +428,8 @@ jobs: - run: name: QA command: ./.circleci/qa.sh - + environment: + - SHUTTLE_API=https://api.unstable.shuttle.rs workflows: # ci: