From 81337b415e91790a07faaf833652b14fa3bba918 Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Mon, 6 Mar 2017 14:56:58 +0100 Subject: [PATCH] =?UTF-8?q?deplacement=20des=20fichiers=20oubli=C3=A9s=20i?= =?UTF-8?q?ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9201265..fc03c5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ inocode: - /arduino-nightly/arduino --pref "boardsmanager.additional.urls=${ESPURL}" - /arduino-nightly/arduino --install-boards "${INSTBOARD}" script: - - cd "${CI_PROJECT_DIR}" + - cd "${CI_PROJECT_DIR}/arduino" - cp "mqttfastledmenu.example.h" "mqttfastledmenu.h" - /arduino-nightly/arduino --install-library "FastLED" - /arduino-nightly/arduino --install-library "PubSubClient" @@ -24,5 +24,5 @@ yaml: before_script: - pip install "PyYAML" script: - - cd "${CI_PROJECT_DIR}" - - python -c "from yaml import load, Loader; load(open('ha_configuration.yml'), Loader=Loader)" \ No newline at end of file + - cd "${CI_PROJECT_DIR}/home-assistant" + - python -c "from yaml import load, Loader; load(open('ha_configuration.yml'), Loader=Loader)"