[CI] Change platform env var handling CI_FORCE_BUILD

This commit is contained in:
Jan Gromeš 2020-08-22 13:13:58 +02:00 committed by GitHub
parent 790619d630
commit d8f6067105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,12 +42,15 @@ jobs:
id: prep
env:
warnings: 'all'
skip-path: ''
index-url: ''
run: |
if [[ "${{ contains(matrix.board, 'esp8266') }}" == "true" ]]; then
echo "::set-env name=skip-path::'HTTP|MQTT).*ino'"
echo "::set-env name=index-url::'--additional-urls http://arduino.esp8266.com/stable/package_esp8266com_index.json'"
else
echo "::set-env name=skip-path::''"
echo "::set-env name=index-url::''"
fi
- name: Install platform