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