From 13e28a463a59cc5a51e2c5368a25d3cda0491a57 Mon Sep 17 00:00:00 2001 From: Muhep Atasoy Date: Sun, 15 Dec 2019 19:41:29 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index c0ebf1a..ac1dacd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,11 +38,11 @@ steps: image: lorisleiva/laravel-docker 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 + 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