Hmmm
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-02 18:12:47 -04:00
parent b95dfb8cf3
commit ae015ccd56

View File

@@ -1,13 +1,10 @@
kind: pipeline
type: docker
name: default
name: qa
workspace:
path: /drone/grow
pipeline:
steps:
- name: yarn install
image: node:latest
@@ -35,7 +32,19 @@ steps:
"text": "[{{ repo.name }}] Code Quality Checks {{ build.status }} :tada:",
"username":"DroneBot"
}
trigger:
event:
- push
---
kind: pipeline
type: docker
name: build
workspace:
path: /drone/grow
steps:
- name: build
image: node:latest
commands: