From b3edd77eff000f97944197b778399ea9e48f0a4b Mon Sep 17 00:00:00 2001 From: Muhep Atasoy Date: Sun, 15 Dec 2019 20:59:37 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 46e202d..90a6175 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,6 +39,7 @@ steps: commands: # - composer global require humbug/box # - composer install + - git describe --abbrev=0 --tags - echo "$(git describe --abbrev=0 --tags)" > d - cat d - php backupper app:build --build-version=$(git describe --abbrev=0 --tags) -n