Update .drone.yml
parent
13e28a463a
commit
a7a559f9e8
15
.drone.yml
15
.drone.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue