Skip to content
Snippets Groups Projects
Commit ea3ee4f4 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update .gitlab-ci.yml

parent 638f9433
No related branches found
No related tags found
1 merge request!5Resolve "Make Proxy Use Autodevops"
stages: stages:
- prepare - prepare
- build
prepare_node: prepare_node:
stage: prepare stage: prepare
...@@ -14,7 +15,7 @@ prepare_node: ...@@ -14,7 +15,7 @@ prepare_node:
- public/css/all.css - public/css/all.css
cache: cache:
# Cache per Branch # Cache per Branch
key: "$CI_JOB_STAGE-$CI_COMMIT_REF_SLUG" key: "node-$CI_JOB_STAGE-$CI_COMMIT_REF_SLUG"
paths: paths:
- node_modules - node_modules
only: only:
...@@ -30,6 +31,9 @@ prepare_composer: ...@@ -30,6 +31,9 @@ prepare_composer:
paths: paths:
- vendor - vendor
cache: cache:
key: "$CI_JOB_STAGE-$CI_COMMIT_REF_SLUG" key: "composer-$CI_JOB_STAGE-$CI_COMMIT_REF_SLUG"
paths: paths:
- vendor - vendor
\ No newline at end of file
include:
- template: Jobs/Build.gitlab-ci.yml
\ No newline at end of file
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