Commit 22699497 by krds-arun

updated git and docker fil

parent ed3341e2
stages:
- lint
- test
- build
- deploy
......@@ -14,23 +12,6 @@ variables:
PATH: /root/.local/share/pnpm:$PATH
FF_USE_FASTZIP: "true"
lint:
image: node:18-alpine
stage: lint
cache:
paths:
- node_modules/
- .pnpm-store/
policy: pull
script:
- corepack enable pnpm
- pnpm install --frozen-lockfile
- pnpm run lint:biome
only:
- merge_requests
- develop
- master
docker_build_staging:
tags:
- docker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment