From a7a559f9e8ee2db05faa7a555be6c8d03c9bebe8 Mon Sep 17 00:00:00 2001 From: Muhep Atasoy Date: Sun, 15 Dec 2019 19:54:17 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index ac1dacd..c8b435c 100644 --- a/.drone.yml +++ b/.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