Update .drone.yml
parent
b3edd77eff
commit
2a7ec0e938
|
|
@ -39,7 +39,7 @@ steps:
|
|||
commands:
|
||||
# - composer global require humbug/box
|
||||
# - composer install
|
||||
- git describe --abbrev=0 --tags
|
||||
- git tag
|
||||
- echo "$(git describe --abbrev=0 --tags)" > d
|
||||
- cat d
|
||||
- php backupper app:build --build-version=$(git describe --abbrev=0 --tags) -n
|
||||
|
|
|
|||
Loading…
Reference in New Issue