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