(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
|
type: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: composer
|
# - name: composer
|
||||||
pull: if-not-exists
|
# pull: if-not-exists
|
||||||
image: composer
|
# image: composer
|
||||||
commands:
|
# commands:
|
||||||
- composer install --prefer-dist
|
# - composer install --prefer-dist
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# - name: test
|
||||||
|
# image: lorisleiva/laravel-docker
|
||||||
|
# commands:
|
||||||
|
# - ./vendor/bin/phpunit
|
||||||
|
|
||||||
|
- name: github
|
||||||
- name: test
|
image: alpine/git
|
||||||
image: lorisleiva/laravel-docker
|
environment:
|
||||||
|
SSH_KEY:
|
||||||
|
from_secret: ssh_key
|
||||||
|
SSH_KEY_PUB:
|
||||||
|
from_secret: ssh_key_pub
|
||||||
commands:
|
commands:
|
||||||
- ./vendor/bin/phpunit
|
- echo ${SSH_KEY}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue