correct drone.yml
This commit is contained in:
parent
89f4a71dd2
commit
3c09acf1b2
@ -7,10 +7,10 @@ platform:
|
|||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: greeting
|
name: greeting
|
||||||
commands:
|
commands:
|
||||||
- echo hello world
|
- echo hello world
|
||||||
- name: build
|
name: build
|
||||||
commands:
|
commands:
|
||||||
- docker build -t docker-php-nginx .
|
- docker build -t docker-php-nginx .
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user