removed lint check step
continuous-integration/drone/push Build is failing Details

This commit is contained in:
server1_midastix 2025-02-12 12:52:20 +05:30
parent df0d1c6ae8
commit 1c871d3b49
1 changed files with 5 additions and 5 deletions

View File

@ -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