Skip to content
Snippets Groups Projects
Commit d0299606 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

ci: fix #fe artifact path

parent f4f4f4ec
No related branches found
No related tags found
No related merge requests found
Pipeline #23163 canceled
...@@ -7,6 +7,8 @@ stages: ...@@ -7,6 +7,8 @@ stages:
#==[ Backend build ]============================================================ #==[ Backend build ]============================================================
# TODO: cache docker layers
# TODO: build ts
be-build-job: be-build-job:
image: docker:latest image: docker:latest
stage: build stage: build
...@@ -98,7 +100,7 @@ fe-build-job: ...@@ -98,7 +100,7 @@ fe-build-job:
- npm run build - npm run build
artifacts: artifacts:
paths: paths:
- dist/ - frontend/dist/
#==[ Frontend deployment ]====================================================== #==[ Frontend deployment ]======================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment