#36 Some renamings in .drone.yml.
This commit is contained in:
parent
6d22d78882
commit
34a96a1164
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: app-check
|
name: build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-deps
|
- name: build-deps
|
||||||
|
@ -30,7 +30,7 @@ steps:
|
||||||
- pull_request
|
- pull_request
|
||||||
branch:
|
branch:
|
||||||
exclude: master
|
exclude: master
|
||||||
- name: docker-build
|
- name: build-docker
|
||||||
# https://github.com/drone/drone-plugin-index/blob/main/plugins/docker/original.md
|
# https://github.com/drone/drone-plugin-index/blob/main/plugins/docker/original.md
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue