diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a30905..5e7253b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,8 +22,8 @@ firmware: script: - mv data/example.config.json data/config.json - pio run -t clean - - pio run -e release - - pio run -e release -t buildfs + - pio run + - pio run -t buildfs release: stage: release diff --git a/platformio.ini b/platformio.ini index afb97d0..d1ba39b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,8 +8,8 @@ ; Please visit documentation for the other options and examples ; http://docs.platformio.org/page/projectconf.html -[platformio] -env_default = build +;[platformio] +;env_default = build [common] framework = arduino