beautification

This commit is contained in:
Julien Cabillot 2017-03-03 14:11:28 +01:00
parent d47fbe32cd
commit 03a960e4cc

View File

@ -1,10 +1,10 @@
production: production:
image: java:8 image: "java:8"
variables: variables:
ESPURL: "http://arduino.esp8266.com/stable/package_esp8266com_index.json" ESPURL: "http://arduino.esp8266.com/stable/package_esp8266com_index.json"
MEMORY: "custom_FlashSize=nodemcuv2_4M3M" MEMORY: "custom_FlashSize=nodemcuv2_4M3M"
INSTBOARD: "esp8266:esp8266" INSTBOARD: "esp8266:esp8266"
BOARD: "${INSTBOARD}:nodemcuv2" BOARD: "${INSTBOARD}:nodemcuv2"
before_script: before_script:
- apt update - apt update
- cd / - cd /