From 6bf9ceffb8cd5e393fdeaaff569b20eca042e0f9 Mon Sep 17 00:00:00 2001 From: Ricardo Carrasco Date: Mon, 26 Sep 2022 13:41:35 -0400 Subject: [PATCH] test gchat --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7ce39f2..6bac9f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,10 +3,10 @@ type: docker name: default steps: - # - name: init - # image: node:16-alpine - # commands: - # - "npm install" + - name: init + image: node:16-alpine + commands: + - "npm install" - name: start image: node:16-alpine commands: