Update .drone.yml
parent
13e28a463a
commit
a7a559f9e8
15
.drone.yml
15
.drone.yml
|
|
@ -36,14 +36,9 @@ steps:
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: lorisleiva/laravel-docker
|
image: lorisleiva/laravel-docker
|
||||||
|
environment:
|
||||||
|
VERSION: 1.0.1-pre
|
||||||
commands:
|
commands:
|
||||||
- curl -s https://api.github.com/repos/pantheon-systems/autotag/releases/latest | \
|
- composer global require humbug/box
|
||||||
grep browser_download | \
|
- php backupper app:build --build-version=$VERSION -n
|
||||||
grep Linux | \
|
- php builds/backupper
|
||||||
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
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue