Update .drone.yml

pull/1/head
Muhep Atasoy 2019-12-15 19:54:17 +03:00
parent 13e28a463a
commit a7a559f9e8
1 changed files with 5 additions and 10 deletions

View File

@ -36,14 +36,9 @@ steps:
- name: build
image: lorisleiva/laravel-docker
environment:
VERSION: 1.0.1-pre
commands:
- curl -s https://api.github.com/repos/pantheon-systems/autotag/releases/latest | \
grep browser_download | \
grep Linux | \
cut -d '"' -f 4 | \
xargs curl -o ./autotag -L \
&& chmod 755 ./autotag
- autotag
# - composer global require humbug/box
# - php backupper app:build --build-version -n
# - php builds/backupper
- composer global require humbug/box
- php backupper app:build --build-version=$VERSION -n
- php builds/backupper