[CI] Bash fix CI_FORCE_BUILD

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

View file

@ -45,7 +45,7 @@ jobs:
skip-path: ''
index-url: ''
run: |
if [[ "${{ contains(matrix.board, 'esp8266') }}" =~ "true" ]]; then
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'"
fi