From 02a7bed667a3bdcdd56167f90df33f61a2003029 Mon Sep 17 00:00:00 2001 From: Max Regan Date: Tue, 7 Sep 2021 04:01:04 +0000 Subject: [PATCH] Set .gitlab-ci.yml to enable or configure SAST --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b6790c..1474385 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,6 @@ main_mcu: - cd firmware/main_mcu/ - cp src/config-example.h src/config.h - pio run -e button-debug -e button-release -e button-debug -e button-timing - # Manually install native platform due to: - # https://github.com/platformio/platformio-core/issues/3901 - pio platform install native - pio test -e native lowpower_mcu: