(Test) Github Integration
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
aeff1afdb7
commit
7d26f2c099
28
.drone.yml
28
.drone.yml
|
|
@ -3,14 +3,24 @@ 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
|
||||
# commands:
|
||||
# - ./vendor/bin/phpunit
|
||||
|
||||
|
||||
- name: test
|
||||
image: lorisleiva/laravel-docker
|
||||
- name: github
|
||||
image: alpine/git
|
||||
environment:
|
||||
SSH_KEY:
|
||||
from_secret: ssh_key
|
||||
SSH_KEY_PUB:
|
||||
from_secret: ssh_key_pub
|
||||
commands:
|
||||
- ./vendor/bin/phpunit
|
||||
- echo ${SSH_KEY}
|
||||
|
|
|
|||
Loading…
Reference in New Issue