1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

attempt to include submodules in deploy stage (#6067)

This commit is contained in:
david gauchard 2019-05-11 12:08:53 +02:00 committed by GitHub
parent 479741e2fc
commit 024b1c15ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,7 @@ jobs:
stage: deploy
script: tests/ci/build_package.sh
env: BUILD_TYPE=package
before_deploy: git submodule update --init
deploy:
# Create Github release, upload artifacts
- provider: releases