image: python:3.6 stages: - build - release esp8266: stage: build script: - "pip install -U platformio" - "cp ampel-firmware/config.public.h ampel-firmware/config.h" - "platformio run --environment esp8266" - cp .pio/build/esp8266/firmware.bin esp8266.bin artifacts: paths: - esp8266.bin expire_in: 1 week release: image: inetprocess/gitlab-release stage: release only: - tags dependencies: - esp8266 script: - gitlab-release --message '' ./*.bin