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:
#==[ Backend build ]============================================================
# TODO: cache docker layers
# TODO: build ts
be-build-job:
image: docker:latest
stage: build
......@@ -98,7 +100,7 @@ fe-build-job:
- npm run build
artifacts:
paths:
- dist/
- frontend/dist/
#==[ 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