Skip to content
Snippets Groups Projects
Commit 9066f98a authored by Jonas Leder's avatar Jonas Leder
Browse files

fix invalid artifacts

parent b4ed28e6
No related branches found
No related tags found
No related merge requests found
Pipeline #1220 failed
......@@ -34,7 +34,8 @@ pages-build:node:
- yarn install
- yarn compile
artifacts:
paths: public/
paths:
- public/
pages-build:php:
image: compose:latest
......@@ -43,7 +44,8 @@ pages-build:php:
- cd public/API
- composer install
artifacts:
paths: public/
paths:
- public/
pages:
image: busybox
......
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