#36 Some renamings in .drone.yml.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Alexey Skobkin 2022-08-13 23:19:12 +03:00
parent 6d22d78882
commit 34a96a1164
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

@ -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: