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