Skip to content
Snippets Groups Projects
Commit fc3ce628 authored by Ihsan M. A's avatar Ihsan M. A
Browse files

Add prettify stage to legacy script

parent 95933071
1 merge request!117Chores/add prettify to setup ci cd
......@@ -6,6 +6,7 @@ services:
## Should contain at least these three stages for a basic CI/CD
stages:
- formatting
- build
- test
- release
......@@ -16,6 +17,11 @@ variables:
DOCKER_BUILDKIT: "1"
DOCKER_TLS_CERTDIR: ""
prettify:
stage: formatting
script:
- cd backend
- npm run-script prettify
build:
variables:
......
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