mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-20 10:24:18 +03:00
attempt to include submodules in deploy stage (#6067)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user