Update .drone.yml
parent
62b51b4318
commit
37d73181e3
|
|
@ -41,6 +41,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- composer global require humbug/box
|
- composer global require humbug/box
|
||||||
- echo php backupper app:build --build-version=$BUILD_VERSION -n >> build.sh
|
- echo php backupper app:build --build-version=$BUILD_VERSION -n >> build.sh
|
||||||
- chmod +x .build.sh
|
- chmod +x ./build.sh
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
- php builds/backupper
|
- php builds/backupper
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue