Chmod +x on downloaded script.
This commit is contained in:
parent
804201d749
commit
1967c3f6c6
1 changed files with 4 additions and 1 deletions
|
|
@ -43,15 +43,18 @@ deploy:
|
|||
provider: releases
|
||||
api_key: $GITHUB_TOKEN
|
||||
file:
|
||||
- test.zip
|
||||
- test_package.zip
|
||||
- test_file.mpy
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
||||
before_install:
|
||||
- wget https://raw.githubusercontent.com/adafruit/MicroPython_TravisCI_Deploy/master/install_dependencies.sh
|
||||
- chmod +x install_dependencies.sh
|
||||
- source install_dependencies.sh
|
||||
|
||||
before_deploy:
|
||||
- wget https://raw.githubusercontent.com/adafruit/MicroPython_TravisCI_Deploy/master/build_release.sh
|
||||
- chmod +x build_release.sh
|
||||
- ./build_release.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue