Update .drone.yml
continuous-integration/drone/pr Build is failing
Details
continuous-integration/drone/pr Build is failing
Details
parent
eca1e10ee2
commit
9ea7ba4bf2
|
|
@ -56,7 +56,6 @@ steps:
|
|||
- git pull origin master --tags
|
||||
- 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
|
||||
- chmod +x ./bin/linux/amd64/github-release
|
||||
- mv ./bin/linux/amd64/github-release .
|
||||
- ./github-release release --user muhep06 --repo dgd-backupper-php --tag $(git describe --abbrev=0 --tags) --name "$(git describe --abbrev=0 --tags)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue