mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
wip
This commit is contained in:
parent
ebe129c083
commit
bce2c99831
@ -78,8 +78,7 @@ jobs:
|
|||||||
# Deploy stage.
|
# Deploy stage.
|
||||||
# Here we build the package JSON (always) and do the deployments
|
# Here we build the package JSON (always) and do the deployments
|
||||||
- name: "Package / deploy"
|
- name: "Package / deploy"
|
||||||
# require the branch name to NOT be master (note for PRs this is the base branch name)
|
if: type != pull_request
|
||||||
if: branch != master
|
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script: $TRAVIS_BUILD_DIR/tests/common.sh
|
script: $TRAVIS_BUILD_DIR/tests/common.sh
|
||||||
env: BUILD_TYPE=package
|
env: BUILD_TYPE=package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user