Updated ci build step names
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Dominic Grimm 2022-01-29 18:13:34 +01:00
parent 76007e253a
commit 1b2fcf7ba8

View file

@ -27,7 +27,7 @@ steps:
image: boechat107/pgsanity
commands:
- pgsanity docker/backend/db/**/*.sql
- name: backend
- name: build
image: tmaier/docker-compose
volumes:
- name: dockersock
@ -55,7 +55,7 @@ steps:
commands:
- cd docker/frontend/
- prettier . -c
- name: frontend
- name: build
image: tmaier/docker-compose
volumes:
- name: dockersock