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 name: Build Image
steps: steps:
- name: Lint Check # - name: Lint Check
image: node:21-alpine # image: node:21-alpine
commands: # commands:
- yarn install # - yarn install
# - yarn lint # # - yarn lint
- name: Build Docker Image - name: Build Docker Image
image: plugins/docker image: plugins/docker