From b6dbf6f7495dcece6ff8c20901e2936ab28204de Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Wed, 30 Aug 2017 16:14:41 +0200 Subject: [PATCH] fix CI output directory --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd976b9..e74b463 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,4 +9,4 @@ build: # to flash: esptool.py --before default_reset --after hard_reset --chip esp32 --port "/dev/ttyUSB0" --baud 115200 write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 "/home/user/.platformio/packages/framework-arduinoespressif32/tools/sdk/bin/bootloader.bin" 0x8000 ".pioenvs/esp32thing/partitions.bin" 0xe000 "/home/user/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin" 0x10000 .pioenvs/esp32thing/firmware.bin artifacts: paths: - - ".pioenvs/esp32thing/*.bin" + - ".pioenvs/nodemcuv2/*.bin"