Update .drone.yml
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
3f83ee4082
commit
13e28a463a
10
.drone.yml
10
.drone.yml
|
|
@ -38,11 +38,11 @@ steps:
|
||||||
image: lorisleiva/laravel-docker
|
image: lorisleiva/laravel-docker
|
||||||
commands:
|
commands:
|
||||||
- curl -s https://api.github.com/repos/pantheon-systems/autotag/releases/latest | \
|
- curl -s https://api.github.com/repos/pantheon-systems/autotag/releases/latest | \
|
||||||
grep browser_download | \
|
grep browser_download | \
|
||||||
grep Linux | \
|
grep Linux | \
|
||||||
cut -d '"' -f 4 | \
|
cut -d '"' -f 4 | \
|
||||||
xargs curl -o ./autotag -L \
|
xargs curl -o ./autotag -L \
|
||||||
&& chmod 755 ./autotag
|
&& chmod 755 ./autotag
|
||||||
- autotag
|
- autotag
|
||||||
# - composer global require humbug/box
|
# - composer global require humbug/box
|
||||||
# - php backupper app:build --build-version -n
|
# - php backupper app:build --build-version -n
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue