Skip to content
Snippets Groups Projects
Commit c1e13f3c authored by Shaoxuan Yin's avatar Shaoxuan Yin :bicyclist:
Browse files

indentation fix

parent a617bb76
No related branches found
No related tags found
No related merge requests found
Pipeline #122341 passed
......@@ -19,9 +19,9 @@ build_backend:
- cd backend
- npm ci
- npm run build
artifacts:
paths:
- backend/dist/
artifacts:
paths:
- backend/dist/
only:
- main
......@@ -32,9 +32,9 @@ build_frontend:
- cd frontend
- npm ci
- npm run build
artifacts:
paths:
- frontend/.next/
artifacts:
paths:
- frontend/.next/
only:
- main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment