Update drone.yml
continuous-integration/drone Build is passing Details

This commit is contained in:
Rob Watson 2022-05-18 18:17:31 +02:00
parent e434ad9a84
commit dbcc5a0cf6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: kubernetes
name: default name: default
steps: steps:
@ -20,4 +20,4 @@ steps:
- cd frontend - cd frontend
- yarn - yarn
- yarn build - yarn build
- yarn test - yarn test