Update .drone.yml
parent
817a9388d7
commit
fe2cc8769d
|
|
@ -50,8 +50,7 @@ steps:
|
|||
- name: publish
|
||||
image: lorisleiva/laravel-docker
|
||||
commands:
|
||||
- wget https://github.com/tfausak/github-release/releases/download/1.2.5/github-release-linux.gz
|
||||
- gunzip github-release-linux.gz
|
||||
- chmod +x ./github-release-linux
|
||||
- wget https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2
|
||||
- tar xjf linux-amd64-github-release.tar.bz2
|
||||
- ls -l
|
||||
- ./github-release-linux
|
||||
- cd bin
|
||||
|
|
|
|||
Loading…
Reference in New Issue