[CI[ Attempt to remove quotes CI_FORCE_BUILD

This commit is contained in:
Jan Gromeš 2020-08-22 13:31:14 +02:00 committed by GitHub
parent 2397bd45df
commit 9e3c12c4b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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