From ae015ccd56f9fcbd743dea8897f487c1d0ebd1c8 Mon Sep 17 00:00:00 2001 From: mifi Date: Tue, 2 May 2023 18:12:47 -0400 Subject: [PATCH] Hmmm --- .drone.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 742d40c..a517064 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: