From 8fafc46ec4d53f413f72711bb90e577626d21e53 Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Tue, 8 Sep 2020 21:46:50 +0930 Subject: [PATCH] Add src variable to ci build --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1582510..f67d11f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,9 +19,8 @@ build_esp32: image: vato.ddns.net:8083/shaguarger/platformio stage: build script: - - cd esp32 - platformio ci --board=esp32doit-devkit-v1 - - cd .. + variables: {PLATFORMIO_CI_SRC: 'esp32/src/main.cpp'} deploy_pycar: image: vato.ddns.net:8083/python-infra:buster