From 9798668b6327b1ed349285252c0780879b37b18c Mon Sep 17 00:00:00 2001 From: janek Date: Thu, 1 Jun 2023 13:29:08 +0200 Subject: [PATCH] pipeline fix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3818a9faf8..74e147b71f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,7 +68,7 @@ jobs: steps: - checkout - run: | - python3 ./tools/build-flysky.py -bI6X_ELRSV3_BACKLIGHT_MOD -bI6X_HELI -bI6X -tEN $PWD/ + python3 ./tools/build-flysky.py -bI6X_BACKLIGHT_MOD -bI6X_HELI -bI6X -tEN $PWD/ - store_artifacts: path: output