From 1c871d3b492624be1a241da5eeb1785752f7f092 Mon Sep 17 00:00:00 2001 From: server1_midastix Date: Wed, 12 Feb 2025 12:52:20 +0530 Subject: [PATCH] removed lint check step --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 88fa4ac..d7f13eb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,11 +2,11 @@ kind: pipeline name: Build Image steps: - - name: Lint Check - image: node:21-alpine - commands: - - yarn install - # - yarn lint + # - name: Lint Check + # image: node:21-alpine + # commands: + # - yarn install + # # - yarn lint - name: Build Docker Image image: plugins/docker