Update .drone.yml
parent
92e85f1f64
commit
62b51b4318
17
.drone.yml
17
.drone.yml
|
|
@ -3,11 +3,11 @@ name: default
|
|||
type: docker
|
||||
|
||||
steps:
|
||||
# - name: composer
|
||||
# pull: if-not-exists
|
||||
# image: composer
|
||||
# commands:
|
||||
# - composer install --prefer-dist
|
||||
- name: composer
|
||||
pull: if-not-exists
|
||||
image: composer
|
||||
commands:
|
||||
- composer install --prefer-dist
|
||||
#
|
||||
# - name: test
|
||||
# image: lorisleiva/laravel-docker
|
||||
|
|
@ -39,7 +39,8 @@ steps:
|
|||
environment:
|
||||
BUILD_VERSION: "1.0.1-pre"
|
||||
commands:
|
||||
#- composer global require humbug/box
|
||||
- echo php backupper app:build $BUILD_VERSION -n >> build.sh
|
||||
- cat build.sh
|
||||
- composer global require humbug/box
|
||||
- echo php backupper app:build --build-version=$BUILD_VERSION -n >> build.sh
|
||||
- chmod +x .build.sh
|
||||
- ./build.sh
|
||||
- php builds/backupper
|
||||
|
|
|
|||
Loading…
Reference in New Issue